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 bfb749e..8ea6cac 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.6.3 / 2013-06-20
+
+* 1 bug fix:
+
+ * Fixed problems with shell redirection on non-bash systems. (kou)
+
=== 3.6.2 / 2013-05-29
* 1 minor enhancement:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 92a1b18..22b8e31 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.6.2"
+ VERSION = "3.6.3"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]