summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2021-05-29 16:46:23 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2021-05-29 16:46:23 -0800
commit7d2c140d5989129531d3972266d105a33b079502 (patch)
treef5332cc1c45ac832ed9713144567d7c675fe3f72 /lib
parente1fd80b3ca5fa9e509c1321f4ffacc8ae95d440e (diff)
downloadhoe-7d2c140d5989129531d3972266d105a33b079502.tar.gz
prepped for releasev3.23.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 13131]
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 f7b096d..f0e6af1 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.22.3"
+ VERSION = "3.23.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]