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 e8bace1a6..1526b3c4b 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -13,7 +13,7 @@ require 'puppet/util'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION = '0.11.2'
+ PUPPETVERSION = '0.12.0'
def Puppet.version
return PUPPETVERSION