summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.txt6
-rw-r--r--lib/hoe.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index a28ec64..f19742e 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.7.4 / 2014-01-06
+
+* 1 bug fix:
+
+ * Fix path in template/Rakefile.erb since we now have template styles. (mikestok)
+
=== 3.7.3 / 2013-12-13
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 19bdfc8..3347de1 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.7.3"
+ VERSION = "3.7.4"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]