summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-12-13 17:41:52 +0100
committerLuke Kanies <luke@madstop.com>2007-12-13 17:41:52 +0100
commite92f1cc1b25cdd24c3d03f0ae58e2916b7275282 (patch)
treed3d235bb661b1d0d1733cfa58504ba7a1315796c
parent22daebebc88ade0cfa827d7944a9bacd56a1f120 (diff)
downloadpuppet-e92f1cc1b25cdd24c3d03f0ae58e2916b7275282.tar.gz
puppet-e92f1cc1b25cdd24c3d03f0ae58e2916b7275282.tar.xz
puppet-e92f1cc1b25cdd24c3d03f0ae58e2916b7275282.zip
Updated to version 0.24.0
-rw-r--r--lib/puppet.rb2
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