summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-01-14 14:21:08 +1100
committerJames Turnbull <james@lovedthanlost.net>2010-01-14 14:21:08 +1100
commite4462c036aaba48149564ad6c4a90a27eb2ec391 (patch)
treecbf040f927175fdba4d2462fe64bfa5069bb5caf /lib
parent441879f7999f4724e8ab344e796015a7ffbfb21b (diff)
downloadpuppet-e4462c036aaba48149564ad6c4a90a27eb2ec391.tar.gz
puppet-e4462c036aaba48149564ad6c4a90a27eb2ec391.tar.xz
puppet-e4462c036aaba48149564ad6c4a90a27eb2ec391.zip
Updated version and CHANGELOG for 0.25.4
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 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