diff options
author | Luke Kanies <luke@madstop.com> | 2007-12-13 17:41:52 +0100 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-12-13 17:41:52 +0100 |
commit | e92f1cc1b25cdd24c3d03f0ae58e2916b7275282 (patch) | |
tree | d3d235bb661b1d0d1733cfa58504ba7a1315796c /lib/puppet.rb | |
parent | 22daebebc88ade0cfa827d7944a9bacd56a1f120 (diff) | |
download | puppet-e92f1cc1b25cdd24c3d03f0ae58e2916b7275282.tar.gz puppet-e92f1cc1b25cdd24c3d03f0ae58e2916b7275282.tar.xz puppet-e92f1cc1b25cdd24c3d03f0ae58e2916b7275282.zip |
Updated to version 0.24.0
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 c09ec5971..3fc1cee2f 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.23.2' + PUPPETVERSION = '0.24.0' def Puppet.version return PUPPETVERSION |