summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-04-25 14:39:49 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-04-25 14:39:49 +1000
commit1fee506187af09bca997f77f414fdc306ffe8f3e (patch)
tree24b43370b123a910c90256f4b73113612de297d1 /lib
parent0fbff616af30f74d07515ffb84c89f6a55af1f57 (diff)
downloadpuppet-1fee506187af09bca997f77f414fdc306ffe8f3e.tar.gz
puppet-1fee506187af09bca997f77f414fdc306ffe8f3e.tar.xz
puppet-1fee506187af09bca997f77f414fdc306ffe8f3e.zip
Updated version to 0.25.0beta1
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 7bd3ed1bc..1e656c7fc 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -24,7 +24,7 @@ require 'puppet/util/suidmanager'
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION = '0.24.8'
+ PUPPETVERSION = '0.25.0beta1'
def Puppet.version
return PUPPETVERSION