summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-09-22 18:10:32 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-09-22 18:10:32 +1000
commit6912a7e618631663834576a85373a32ca4aea851 (patch)
treeaef0fae419ee0c3f16eea723f5103253f4037e1f
parentfd322daa42f751bfc6200b95e6151540b3eb541e (diff)
downloadpuppet-6912a7e618631663834576a85373a32ca4aea851.tar.gz
puppet-6912a7e618631663834576a85373a32ca4aea851.tar.xz
puppet-6912a7e618631663834576a85373a32ca4aea851.zip
Incremented version to 0.25.1
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index f448f89f7..27a5052a3 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.0'
+ PUPPETVERSION = '0.25.1'
def Puppet.version
return PUPPETVERSION