diff options
author | James Turnbull <james@lovedthanlost.net> | 2010-10-14 14:26:24 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2010-10-14 14:26:24 +1100 |
commit | e3fc5b95d133aee1ae3dc188e6c47e88786dfc6e (patch) | |
tree | 8e361b6067834867ec07def13d7c8522dcc153b5 /lib/puppet.rb | |
parent | 3c56705a95c945778674f9792a07b66b879cb48e (diff) | |
download | puppet-e3fc5b95d133aee1ae3dc188e6c47e88786dfc6e.tar.gz puppet-e3fc5b95d133aee1ae3dc188e6c47e88786dfc6e.tar.xz puppet-e3fc5b95d133aee1ae3dc188e6c47e88786dfc6e.zip |
Updated CHANGELOG and version for 2.6.3rc1
Diffstat (limited to 'lib/puppet.rb')
-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 0a90cf50c..78fb5138b 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -24,7 +24,7 @@ require 'puppet/util/run_mode' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '2.6.2' + PUPPETVERSION = '2.6.3' def Puppet.version PUPPETVERSION |