From bee1ef73e5c83541edcf1249f062ba832618da48 Mon Sep 17 00:00:00 2001 From: Max Martin Date: Wed, 13 Apr 2011 16:55:31 -0700 Subject: Updated CHANGELOG for 2.6.8rc1 --- 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 ef5fb7f06..a9ed2898c 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.7' + PUPPETVERSION = '2.6.8' def Puppet.version PUPPETVERSION -- cgit