summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 7e9e36d42..402a7e3b8 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.18.4'
+ PUPPETVERSION = '0.19.0'
def Puppet.version
return PUPPETVERSION