summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2019-11-09 15:07:05 -0800
committerRyan Davis <ryand@zenspider.com>2019-11-09 15:07:05 -0800
commitc5bb62f78193e8dcb734d412c38791ce6f74773c (patch)
tree52cccce98c61426d2fbe51a481c0b64ca20155af /lib
parentce7d23126ed87f313048b3df0d183c88e86e4f11 (diff)
downloadhoe-c5bb62f78193e8dcb734d412c38791ce6f74773c.tar.gz
prepped for releasev3.20.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 12398]
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 6a52fb7..4d6f42e 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.19.0"
+ VERSION = "3.20.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]