summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2018-03-17 02:08:52 -0800
committerRyan Davis <ryand@zenspider.com>2018-03-17 02:08:52 -0800
commit0916e2ecf5f02329f6aa57a6a44413b2ce8b33a1 (patch)
tree9cd50682dee995a62871feef91b162e4f7469907 /lib
parent1cfd994ba53b09b6ac329913c88f14a0ba8a8b08 (diff)
downloadhoe-0916e2ecf5f02329f6aa57a6a44413b2ce8b33a1.tar.gz
prepped for releasev3.17.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 11600]
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 b022cbd..f7ad290 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.16.2"
+ VERSION = "3.17.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]