summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-12-16 04:19:44 +0100
committerLuke Kanies <luke@madstop.com>2008-12-16 04:19:44 +0100
commit8befc18917d8a6f9c6a1eb041457e14ad052bee4 (patch)
tree573a0c7b219b7b5654dbace9eb0e908f6f66b486 /lib
parentcf19bd8dea141a59cdff5a7f1edc56d3620ab0e2 (diff)
downloadpuppet-8befc18917d8a6f9c6a1eb041457e14ad052bee4.tar.gz
puppet-8befc18917d8a6f9c6a1eb041457e14ad052bee4.tar.xz
puppet-8befc18917d8a6f9c6a1eb041457e14ad052bee4.zip
Updated to version 0.24.7
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index acf324642..4b0091cd0 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.6'
+ PUPPETVERSION = '0.24.7'
def Puppet.version
return PUPPETVERSION