summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-22 16:06:11 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-22 16:06:11 +0000
commit2a5bbd0e9a2262bc27981e988d99a003dd3648ad (patch)
tree584eba7532dcb1bf1dfbd0d0d3f066a4682841cc /lib
parent58ef35dba2f8c76185435b5466651247b3c4b671 (diff)
downloadpuppet-2a5bbd0e9a2262bc27981e988d99a003dd3648ad.tar.gz
puppet-2a5bbd0e9a2262bc27981e988d99a003dd3648ad.tar.xz
puppet-2a5bbd0e9a2262bc27981e988d99a003dd3648ad.zip
final updates for 0.9.2
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@753 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 5d36a1138..dc7a32088 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.1"
+ PUPPETVERSION="0.9.2"
def Puppet.version
return PUPPETVERSION