From 9fe0b375a31f16ed279e9f496d5b6a995586fcfa Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 21 Apr 2006 19:33:23 +0000 Subject: removing patch from red hat spec file git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1131 980ebf18-57e1-0310-9a29-db15c13687c0 --- 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 706d95ee1..7965dc9dc 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -14,7 +14,7 @@ require 'puppet/util' # # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.15.3' + PUPPETVERSION = '0.16.0' def Puppet.version return PUPPETVERSION -- cgit