summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-03-20 11:55:42 -0500
committerLuke Kanies <luke@madstop.com>2008-03-20 11:55:42 -0500
commite1907798425a7b163ac1b831b0cf11e88985815e (patch)
tree281191621b07b939ad724981d110b9a85463b5e1 /lib/puppet.rb
parent9f8bb7e42aeea4670d9292f935529f8db5d57bc5 (diff)
parente00065a8e63a7222eacbc7e8aaa925e967fd5c60 (diff)
downloadpuppet-e1907798425a7b163ac1b831b0cf11e88985815e.tar.gz
puppet-e1907798425a7b163ac1b831b0cf11e88985815e.tar.xz
puppet-e1907798425a7b163ac1b831b0cf11e88985815e.zip
Merge branch '0.24.x'
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index fddd51c8e..c1355e11c 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.2'
+ PUPPETVERSION = '0.24.3'
def Puppet.version
return PUPPETVERSION