summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2022-06-20 12:42:25 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2022-06-20 12:42:25 -0800
commitbdd1bd65e297c844e6744a743039664878e255bb (patch)
tree4293e7d76f310c5956b492e9b20bdace16dc36b1 /lib
parentdec93fa8d39f7a0a17221e5191e5051102d97726 (diff)
downloadhoe-bdd1bd65e297c844e6744a743039664878e255bb.tar.gz
prepped for releasev3.24.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 13452]
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 69ad90d..05ba263 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.23.1"
+ VERSION = "3.24.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]