From 0e0fdac1a743416191dd202cf8606d7a2ef042eb Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 3 Jan 2006 15:52:35 +0000 Subject: Updated to version 0.9.3 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@764 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 dc7a32088..9a5a54c1d 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -11,7 +11,7 @@ require 'puppet/log' # # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION="0.9.2" +PUPPETVERSION = '0.9.3' def Puppet.version return PUPPETVERSION -- cgit