diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-15 18:32:48 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-15 18:32:48 +0000 |
commit | c8a6df0c40a878d2b96cf6e56586ba37e9c8eceb (patch) | |
tree | 6d974db8f035c94332999550aaadf49681ff419d /lib/puppet.rb | |
parent | ee8b8c7efd93402021ce927cb5bc3b6b8e456c1e (diff) | |
download | puppet-c8a6df0c40a878d2b96cf6e56586ba37e9c8eceb.tar.gz puppet-c8a6df0c40a878d2b96cf6e56586ba37e9c8eceb.tar.xz puppet-c8a6df0c40a878d2b96cf6e56586ba37e9c8eceb.zip |
Updated to version 0.19.1
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1618 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet.rb')
-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 19b7ef134..ca6d2fd9c 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -15,7 +15,7 @@ require 'puppet/config' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.19.0' + PUPPETVERSION = '0.19.1' def Puppet.version return PUPPETVERSION |