From 6b6c49b59a5f33eded401359bc97d513646cdd78 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 12 Jan 2006 07:12:34 +0000 Subject: Updated to version 0.10.2 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@810 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 ca73935dc..22f7c73d0 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -12,7 +12,7 @@ require 'puppet/util' # # it's also a place to find top-level commands like 'debug' module Puppet -PUPPETVERSION = '0.10.1' +PUPPETVERSION = '0.10.2' def Puppet.version return PUPPETVERSION -- cgit