diff options
| author | Paul Lathrop <paul@tertiusfamily.net> | 2008-03-25 14:27:58 -0700 |
|---|---|---|
| committer | Paul Lathrop <paul@tertiusfamily.net> | 2008-03-25 14:27:58 -0700 |
| commit | 8a26c512e861596cf45ad85c2e66a8beb28d7463 (patch) | |
| tree | 4ba722bfa0ec53aa3e1f3c053b833347aa328828 /lib | |
| parent | 9cf7150549caf5d21a2a22f30d92cd5a73d00a40 (diff) | |
| parent | 3a8053a137fa07a467e5dec6464d56bb36ddadf5 (diff) | |
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb index ca49042cf..66a52f9e3 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.3' + PUPPETVERSION = '0.24.4' def Puppet.version return PUPPETVERSION |
