diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-17 23:30:24 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-17 23:30:24 +0000 |
commit | 3d458eff62a90723db92d9fa26c6fbaf1433504f (patch) | |
tree | 2cf226090811a95a800fe54cb28fffb7c608eddb | |
parent | c3df525773c3797b556433344926bf406dbe1f6e (diff) | |
download | puppet-3d458eff62a90723db92d9fa26c6fbaf1433504f.tar.gz puppet-3d458eff62a90723db92d9fa26c6fbaf1433504f.tar.xz puppet-3d458eff62a90723db92d9fa26c6fbaf1433504f.zip |
Updated to version 0.11.1
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@838 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb index 477d53365..558b7c845 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.11.0' +PUPPETVERSION = '0.11.1' def Puppet.version return PUPPETVERSION |