From fda013a57782626f1bbdce16ee2b8ac9dcfeb61a Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 19 May 2006 19:20:05 +0000 Subject: Updated to version 0.17.2 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1219 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet.rb b/lib/puppet.rb index ffcadfa9e..4c966cf70 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.17.1' + PUPPETVERSION = '0.17.2' def Puppet.version return PUPPETVERSION -- cgit