From cba645c8b8a2c5293d50829c18cd753bcea34e81 Mon Sep 17 00:00:00 2001 From: Michael Stahnke Date: Tue, 14 Jun 2011 17:52:24 -0700 Subject: Bumping release in lib/puppet.rb and updating CHANGELOG. This is for release 2.6.9rc1. Signed-off-by: Michael Stahnke --- lib/puppet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet.rb b/lib/puppet.rb index f97d28642..b4650a245 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.8' + PUPPETVERSION = '2.6.9' def Puppet.version PUPPETVERSION -- cgit