summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2017-01-03 16:45:36 -0800
committerRyan Davis <ryand@zenspider.com>2017-01-03 16:45:36 -0800
commita629f7799f78f25b5f7f530aacc89903a10c739d (patch)
tree0a57e8a6c03551d254c1d48371dd0bc0922f5f76 /lib
parentce3acc76bd8bc725ed66a739b5b86ae9ad8a930f (diff)
downloadhoe-a629f7799f78f25b5f7f530aacc89903a10c739d.tar.gz
prepping for release
[git-p4: depot-paths = "//src/hoe/dev/": change = 11179]
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 64d2f5c..4daa4cf 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.15.3"
+ VERSION = "3.16.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]