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 7d21e8c3d..b385d86d0 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -17,7 +17,7 @@ require 'puppet/suidmanager'
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION = '0.19.3'
+ PUPPETVERSION = '0.20.0'
def Puppet.version
return PUPPETVERSION