From 9ce7c795c6dd00a0d9c452a7f80ff35dcd4d9bd1 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 28 Mar 2007 06:39:30 +0000 Subject: Updated to version 0.22.3 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2361 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 67aace08f..cabf85bd2 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -19,7 +19,7 @@ require 'puppet/util/suidmanager' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.22.2' + PUPPETVERSION = '0.22.3' def Puppet.version return PUPPETVERSION -- cgit