summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-01-12 11:08:32 +1100
committerJames Turnbull <james@lovedthanlost.net>2010-01-12 11:08:32 +1100
commit49013f0bf857d89f2ee8754279fe6b2b0347779a (patch)
tree1a804ed4fa0756582089794c00b046570a12287e /lib
parentf8c1b08edf1c83d719511d847ad3be2b139275b9 (diff)
downloadpuppet-49013f0bf857d89f2ee8754279fe6b2b0347779a.tar.gz
puppet-49013f0bf857d89f2ee8754279fe6b2b0347779a.tar.xz
puppet-49013f0bf857d89f2ee8754279fe6b2b0347779a.zip
Updated version and CHANGELOG for 0.25.3
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 2e0755bd1..cd34cdf5e 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.2'
+ PUPPETVERSION = '0.25.3'
def Puppet.version
return PUPPETVERSION