summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-11 00:53:24 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-11 00:53:24 +0000
commit932b783a1ea64711f3fc10f375e91c9ad8e4f593 (patch)
treef0091a70d1dd9dc19bbbb9bd8859881aec120440 /lib
parent854f16bec3931cf27fdbe059130d282ba57901d3 (diff)
downloadpuppet-932b783a1ea64711f3fc10f375e91c9ad8e4f593.tar.gz
puppet-932b783a1ea64711f3fc10f375e91c9ad8e4f593.tar.xz
puppet-932b783a1ea64711f3fc10f375e91c9ad8e4f593.zip
Updated to version 0.10.1
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@801 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 518c143df..ca73935dc 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.10.0'
+PUPPETVERSION = '0.10.1'
def Puppet.version
return PUPPETVERSION