summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2017-11-21 13:10:15 -0800
committerRyan Davis <ryand@zenspider.com>2017-11-21 13:10:15 -0800
commitadf37c66a9975302ed34bb23068329bbfb2ace03 (patch)
treec332ff91d686bfc8d09620ca68b3a3c4625013a1 /lib
parent6b4f3069e7dccd65f2ac63b5d8f363fce43cd0d0 (diff)
downloadhoe-adf37c66a9975302ed34bb23068329bbfb2ace03.tar.gz
prepped for releasev3.16.2
[git-p4: depot-paths = "//src/hoe/dev/": change = 11426]
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 a218af4..b022cbd 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.1"
+ VERSION = "3.16.2"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]