diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-21 19:33:23 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-21 19:33:23 +0000 |
commit | 9fe0b375a31f16ed279e9f496d5b6a995586fcfa (patch) | |
tree | a89df15b6fb04a85fad05a047a3103b751050dd9 /lib | |
parent | a0b4553d3ad64d45c393443d84f0b02298e582b5 (diff) | |
download | puppet-9fe0b375a31f16ed279e9f496d5b6a995586fcfa.tar.gz puppet-9fe0b375a31f16ed279e9f496d5b6a995586fcfa.tar.xz puppet-9fe0b375a31f16ed279e9f496d5b6a995586fcfa.zip |
removing patch from red hat spec file
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1131 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 706d95ee1..7965dc9dc 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.15.3' + PUPPETVERSION = '0.16.0' def Puppet.version return PUPPETVERSION |