diff options
-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 9a5a54c1d..5d0a3c579 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -11,7 +11,7 @@ require 'puppet/log' # # it's also a place to find top-level commands like 'debug' module Puppet -PUPPETVERSION = '0.9.3' +PUPPETVERSION = '0.9.4' def Puppet.version return PUPPETVERSION |