summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index c4a14ef7b..1b7a8f761 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -12,7 +12,7 @@ require 'puppet/util'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
-PUPPETVERSION = '0.9.4'
+PUPPETVERSION = '0.10.0'
def Puppet.version
return PUPPETVERSION