summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2015-09-13 01:35:45 -0800
committerRyan Davis <ryand@zenspider.com>2015-09-13 01:35:45 -0800
commit5cfff5734a9474662c537c8271c8bd88c30a2115 (patch)
tree209d3aad30b7bee0001727adcdb71a8a6840b9e7 /lib
parent5a1634bda5c85acbc879131cf7999656ffac53c1 (diff)
downloadhoe-5cfff5734a9474662c537c8271c8bd88c30a2115.tar.gz
prepped for releasev3.14.1
[git-p4: depot-paths = "//src/hoe/dev/": change = 10376]
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 61000f0..8558a0c 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.14.0"
+ VERSION = "3.14.1"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]