diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-01 16:18:26 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-01 16:18:26 +0000 |
commit | 1e902091f5298d7c3721c7e8a01f1b6f5a98331b (patch) | |
tree | 3f4f7a12f77158b69270390227a90c6ee8927944 | |
parent | 463d3a820329a516207f193943c1a985154863eb (diff) | |
download | puppet-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
-rw-r--r-- | lib/puppet.rb | 2 |
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 |