diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-10-28 13:40:26 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-10-28 13:40:26 +1100 |
commit | 05a5e14e2c1387ee15d37c325b6795f121ceb28c (patch) | |
tree | 3aec825499186950a0d80bc6e8e106258da05c87 /lib/puppet.rb | |
parent | 9ecbd6306d227189ba161954aafc3e7f782a87b9 (diff) | |
parent | b2c1149b5f374df77ad3e017749f22f6981a453f (diff) | |
download | puppet-05a5e14e2c1387ee15d37c325b6795f121ceb28c.tar.gz puppet-05a5e14e2c1387ee15d37c325b6795f121ceb28c.tar.xz puppet-05a5e14e2c1387ee15d37c325b6795f121ceb28c.zip |
Merge branch 'l' into 0.24.x
Conflicts:
conf/redhat/puppet.spec
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 21e27147f..acf324642 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -25,7 +25,7 @@ require 'puppet/util/suidmanager' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.24.5' + PUPPETVERSION = '0.24.6' def Puppet.version return PUPPETVERSION |