summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-03-03 15:08:08 -0600
committerLuke Kanies <luke@madstop.com>2008-03-03 15:08:08 -0600
commit8627139e650e4fa5a73a57853c78fcf8a4fadf67 (patch)
tree49daac49a21886c74c4dab6654c6e1a1cfc948ff
parent6faed129bb9ecd1521017e772dafe116a05c75bc (diff)
downloadpuppet-8627139e650e4fa5a73a57853c78fcf8a4fadf67.tar.gz
puppet-8627139e650e4fa5a73a57853c78fcf8a4fadf67.tar.xz
puppet-8627139e650e4fa5a73a57853c78fcf8a4fadf67.zip
Updating version number
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 57f84d5f7..a0cd1e726 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.1'
+ PUPPETVERSION = '0.24.2'
def Puppet.version
return PUPPETVERSION