summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2010-01-06 14:35:45 -0800
committerRyan Davis <ryand@zenspider.com>2010-01-06 14:35:45 -0800
commitce251db0a4030028762d554fa1d54f24c5a877d5 (patch)
tree37abdc2ad936c37ab4874c24bf83aa533b555885 /lib
parentbfd51ab3fab320c09c4ed3a108df6eb800aaae5f (diff)
downloadhoe-ce251db0a4030028762d554fa1d54f24c5a877d5.tar.gz
Prepped for releasev2.5.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 5598]
Diffstat (limited to 'lib')
-rw-r--r--lib/hoe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hoe.rb b/lib/hoe.rb
index c62a1e0..e16f655 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -58,7 +58,7 @@ require 'hoe/rake'
class Hoe
# duh
- VERSION = '2.4.0'
+ VERSION = '2.5.0'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :rcov, :rubyforge, :gemcutter, :signing, :test]