summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2019-03-13 14:02:53 -0800
committerRyan Davis <ryand@zenspider.com>2019-03-13 14:02:53 -0800
commitaaf747052197c60a7b1616e74ec3fcb7f695270f (patch)
treef0b916941bee5a7a22fa37ee1894cbc9196b33fb /lib
parent00ce3ea98f79389ea4ae6dd68ca8d4cec08ba820 (diff)
downloadhoe-aaf747052197c60a7b1616e74ec3fcb7f695270f.tar.gz
prepped for releasev3.17.2
[git-p4: depot-paths = "//src/hoe/dev/": change = 11862]
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 7a51758..a7befe8 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.17.1"
+ VERSION = "3.17.2"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]