diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-02 05:11:12 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-02 05:11:12 +0000 |
commit | 8b0481c391cd9c31a76c33eb66d4fb91fa8b7259 (patch) | |
tree | 4bfb0f27bff7eb392f25d7bd683d9cb6f8841a6d /lib | |
parent | 4b84ca9eb057537cc649cf086341650fb18c570c (diff) | |
download | puppet-8b0481c391cd9c31a76c33eb66d4fb91fa8b7259.tar.gz puppet-8b0481c391cd9c31a76c33eb66d4fb91fa8b7259.tar.xz puppet-8b0481c391cd9c31a76c33eb66d4fb91fa8b7259.zip |
Updated to version 0.16.4
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1162 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 5b3d063b9..40ba6ddd2 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.3' + PUPPETVERSION = '0.16.4' def Puppet.version return PUPPETVERSION |