summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2020-01-11 15:58:34 -0800
committerRyan Davis <ryand@zenspider.com>2020-01-11 15:58:34 -0800
commit5852dcc00da59015703e5d076c0d96addbf16e60 (patch)
treeb28ec6718771c0b596cc28a975524cf9f0b31e94 /lib
parent71e74a29a285ffd56b6993094c1d11f8ebba8dc7 (diff)
downloadhoe-5852dcc00da59015703e5d076c0d96addbf16e60.tar.gz
prepped for releasev3.21.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 12497]
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 4f45124..b694029 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -91,7 +91,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = "3.20.0"
+ VERSION = "3.21.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]