summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2022-08-18 09:39:04 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2022-08-18 09:39:04 -0800
commit0e94c36b09469ab0df4be32a433f72a392d55153 (patch)
tree1ac306c1b1c1ef9633ed1badeddd1fb93a357ce1 /lib
parent696fd98ffb3eeae166d11c24396ef8c3367ad966 (diff)
downloadhoe-0e94c36b09469ab0df4be32a433f72a392d55153.tar.gz
prepped for releasev3.25.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 13516]
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 05ba263..33bb651 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -87,7 +87,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = "3.24.0"
+ VERSION = "3.25.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]