summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-03-23 03:41:25 +0000
committerJames Turnbull <james@lovedthanlost.net>2009-03-24 08:15:34 +1100
commitc62c19370bfba881819c1a3d9da2f8e6fb52e5d9 (patch)
tree40ba475845e10700459f7ba1c72c947a52fa76f1
parentaa00bdedefcf4dce9c55968e33123a73b78fb6d6 (diff)
downloadpuppet-c62c19370bfba881819c1a3d9da2f8e6fb52e5d9.tar.gz
puppet-c62c19370bfba881819c1a3d9da2f8e6fb52e5d9.tar.xz
puppet-c62c19370bfba881819c1a3d9da2f8e6fb52e5d9.zip
Updated to version 0.24.8
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 4b0091cd0..c7e28b7cf 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.7'
+ PUPPETVERSION = '0.24.8'
def Puppet.version
return PUPPETVERSION