summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2021-01-10 22:54:43 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2021-01-10 22:54:43 -0800
commitc50be1641440a5fd821c5438219a9a88e189461c (patch)
tree63ec214a280dac8b78882a107451ba290ecb446b /lib
parentb6d619aa5eeb3c4490feb31e1569e35501a0f407 (diff)
downloadhoe-c50be1641440a5fd821c5438219a9a88e189461c.tar.gz
prepped for releasev3.22.3
[git-p4: depot-paths = "//src/hoe/dev/": change = 12989]
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 10f583f..5f49300 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.2"
+ VERSION = "3.22.3"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]