summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-13 18:00:46 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-13 18:00:46 +0000
commit64eafa85a15f184fa45838c4f5a689392464364a (patch)
tree3534504e3002178b0f3667240d3f0e89fcfcb674 /lib
parenta456c4d08b90532d5f5c3c2ce0413c9864641eec (diff)
Updated to version 0.13.1
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@901 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 dacaa0f34..a52bfeb85 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -14,7 +14,7 @@ require 'puppet/util'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION = '0.13.0'
+ PUPPETVERSION = '0.13.1'
def Puppet.version
return PUPPETVERSION