summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-02-01 16:18:26 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-02-01 16:18:26 +0000
commit1e902091f5298d7c3721c7e8a01f1b6f5a98331b (patch)
tree3f4f7a12f77158b69270390227a90c6ee8927944 /lib
parent463d3a820329a516207f193943c1a985154863eb (diff)
downloadpuppet-1e902091f5298d7c3721c7e8a01f1b6f5a98331b.tar.gz
puppet-1e902091f5298d7c3721c7e8a01f1b6f5a98331b.tar.xz
puppet-1e902091f5298d7c3721c7e8a01f1b6f5a98331b.zip
Updated to version 0.22.1
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2152 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 6d73fe61e..739113fc9 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -19,7 +19,7 @@ require 'puppet/suidmanager'
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION = '0.22.0'
+ PUPPETVERSION = '0.22.1'
def Puppet.version
return PUPPETVERSION