diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-09-22 18:10:32 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-09-22 18:10:32 +1000 |
commit | 6912a7e618631663834576a85373a32ca4aea851 (patch) | |
tree | aef0fae419ee0c3f16eea723f5103253f4037e1f /lib | |
parent | fd322daa42f751bfc6200b95e6151540b3eb541e (diff) | |
download | puppet-6912a7e618631663834576a85373a32ca4aea851.tar.gz puppet-6912a7e618631663834576a85373a32ca4aea851.tar.xz puppet-6912a7e618631663834576a85373a32ca4aea851.zip |
Incremented version to 0.25.1
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 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 |