summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-07-24 01:20:03 +0200
committerLuke Kanies <luke@madstop.com>2008-07-24 01:20:03 +0200
commit4dffaf3ec55de8a40276fb44516f2dbb2b90fc08 (patch)
tree9112a71ed33bb3ba02aa38e9e66206b769f8997e /lib
parentaac7dd1cc2da1d90218b54ca06a5703923b63fa9 (diff)
downloadpuppet-4dffaf3ec55de8a40276fb44516f2dbb2b90fc08.tar.gz
puppet-4dffaf3ec55de8a40276fb44516f2dbb2b90fc08.tar.xz
puppet-4dffaf3ec55de8a40276fb44516f2dbb2b90fc08.zip
Reverting the version so my release process works
Signed-off-by: Luke Kanies <luke@madstop.com>
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 21e27147f..83e5da68f 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.5'
+ PUPPETVERSION = '0.24.4'
def Puppet.version
return PUPPETVERSION