summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2022-01-04 20:29:03 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2022-01-04 20:29:03 -0800
commit5c4bc95fe95d4a1e4f737f23c33a2e3ffc3b070b (patch)
tree8fbb46bc05b3b02f3623a88f5bff446a4b8c47b0 /lib
parentb61531a32688ef5e006a03be2ebef0919515bf81 (diff)
downloadhoe-5c4bc95fe95d4a1e4f737f23c33a2e3ffc3b070b.tar.gz
prepped for releasev3.23.1
[git-p4: depot-paths = "//src/hoe/dev/": change = 13301]
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 26c187c..02880e2 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.0"
+ VERSION = "3.23.1"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]