diff options
author | James Turnbull <james@lovedthanlost.net> | 2010-06-10 10:02:22 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2010-06-10 10:02:22 +1000 |
commit | 17a9ad16e9ba13c68cde26a732204d44e63c1146 (patch) | |
tree | be3c5701ce998baf46a1b654ec56180787a4e98f | |
parent | a2e809bbb2fc95ae571223ae27b5e61bcd2c3196 (diff) | |
download | puppet-17a9ad16e9ba13c68cde26a732204d44e63c1146.tar.gz puppet-17a9ad16e9ba13c68cde26a732204d44e63c1146.tar.xz puppet-17a9ad16e9ba13c68cde26a732204d44e63c1146.zip |
Updated version to 2.6.0
-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 3dcc05377..a039d258b 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -23,7 +23,7 @@ require 'puppet/util/suidmanager' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.25.5' + PUPPETVERSION = '2.6.0' def Puppet.version return PUPPETVERSION |