summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2015-09-14 14:23:00 -0800
committerRyan Davis <ryand@zenspider.com>2015-09-14 14:23:00 -0800
commit215e47bb1e201ea1bef28f919393babc764e05a5 (patch)
treebb31481e15a66a6e9cbe09a1de112f4ed9f41bbf /lib
parentb800729e8aa450050e71c94d612dd1396caf2b21 (diff)
downloadhoe-215e47bb1e201ea1bef28f919393babc764e05a5.tar.gz
prepped for releasev3.14.2
[git-p4: depot-paths = "//src/hoe/dev/": change = 10382]
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 8558a0c..079cff4 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.1"
+ VERSION = "3.14.2"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]