summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-27 16:59:10 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-27 16:59:10 +0000
commit9b627cd0e061316feb73f332abb3c1e4e7aefe28 (patch)
tree72797181153ce9469fa06f382b3397b016be34c2 /lib/puppet.rb
parent003e897f6839b7f5e771c2b8f4c7feb9fadba4dc (diff)
downloadpuppet-9b627cd0e061316feb73f332abb3c1e4e7aefe28.tar.gz
puppet-9b627cd0e061316feb73f332abb3c1e4e7aefe28.tar.xz
puppet-9b627cd0e061316feb73f332abb3c1e4e7aefe28.zip
Trying to track down the bugs reported this morning, so I added some more test cases. I did find a bug in the filebuckets, fixed it, and added a test case.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1143 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 213eb088e..6824c822f 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.16.1'
+ PUPPETVERSION = '0.16.2'
def Puppet.version
return PUPPETVERSION