diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-15 22:00:47 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-15 22:00:47 +0000 |
commit | 7d15fe1aed9a0cd57ecc6953da7f4e61f1dcc3ba (patch) | |
tree | 4909bfd3f204d3c33170f85daeef9b50cac1bced /lib | |
parent | 037b7acab071adc727fbed8cfc3cea1c0399c2e2 (diff) | |
download | puppet-7d15fe1aed9a0cd57ecc6953da7f4e61f1dcc3ba.tar.gz puppet-7d15fe1aed9a0cd57ecc6953da7f4e61f1dcc3ba.tar.xz puppet-7d15fe1aed9a0cd57ecc6953da7f4e61f1dcc3ba.zip |
Updated to version 0.13.2
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@916 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-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 a52bfeb85..a5707c69d 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.13.1' + PUPPETVERSION = '0.13.2' def Puppet.version return PUPPETVERSION |