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 19b7ef134..ca6d2fd9c 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.19.0'
+ PUPPETVERSION = '0.19.1'
def Puppet.version
return PUPPETVERSION