diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-12-23 19:25:02 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-12-23 19:25:02 +1100 |
commit | a73f799381fa7f397af73d77aae879febdaab123 (patch) | |
tree | 9ed02c1f7151545c65861c9939bce14360bdaf7c /lib | |
parent | 26e74867af84528bb527c4ec848aae258e8569c1 (diff) | |
download | puppet-a73f799381fa7f397af73d77aae879febdaab123.tar.gz puppet-a73f799381fa7f397af73d77aae879febdaab123.tar.xz puppet-a73f799381fa7f397af73d77aae879febdaab123.zip |
Updated version
Diffstat (limited to 'lib')
-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 27a5052a3..2e0755bd1 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -24,7 +24,7 @@ require 'puppet/util/suidmanager' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.25.1' + PUPPETVERSION = '0.25.2' def Puppet.version return PUPPETVERSION |