diff options
author | James Turnbull <james@lovedthanlost.net> | 2010-01-14 14:21:08 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2010-01-14 14:21:08 +1100 |
commit | e4462c036aaba48149564ad6c4a90a27eb2ec391 (patch) | |
tree | cbf040f927175fdba4d2462fe64bfa5069bb5caf /lib/puppet.rb | |
parent | 441879f7999f4724e8ab344e796015a7ffbfb21b (diff) | |
download | puppet-e4462c036aaba48149564ad6c4a90a27eb2ec391.tar.gz puppet-e4462c036aaba48149564ad6c4a90a27eb2ec391.tar.xz puppet-e4462c036aaba48149564ad6c4a90a27eb2ec391.zip |
Updated version and CHANGELOG for 0.25.4
Diffstat (limited to 'lib/puppet.rb')
-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 cd34cdf5e..a78853a10 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.3' + PUPPETVERSION = '0.25.4' def Puppet.version return PUPPETVERSION |