From 70a43c4b0d3018a39e29c50b1caf7dec38694323 Mon Sep 17 00:00:00 2001 From: Nick Lewis Date: Thu, 3 Feb 2011 18:44:13 -0800 Subject: Updated CHANGELOG and version for 2.6.5rc1 --- lib/puppet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet.rb') diff --git a/lib/puppet.rb b/lib/puppet.rb index a58d3c801..5c3e7f18b 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.4' + PUPPETVERSION = '2.6.5' def Puppet.version PUPPETVERSION -- cgit