summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-07-22 18:21:34 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-07-22 18:21:34 +1000
commitaac7dd1cc2da1d90218b54ca06a5703923b63fa9 (patch)
treeb13a3a62341d5db6b0e4d186a2de9a010b8bcea4 /lib/puppet.rb
parenta485370fdedee177ece616a3c2ea40d5d6550259 (diff)
downloadpuppet-aac7dd1cc2da1d90218b54ca06a5703923b63fa9.tar.gz
puppet-aac7dd1cc2da1d90218b54ca06a5703923b63fa9.tar.xz
puppet-aac7dd1cc2da1d90218b54ca06a5703923b63fa9.zip
Incremented versions
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 83e5da68f..21e27147f 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.4'
+ PUPPETVERSION = '0.24.5'
def Puppet.version
return PUPPETVERSION