diff --git a/History.rdoc b/History.rdoc index c0a8be05c..774e05596 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,4 +1,4 @@ -=== 10.4.1 +=== 10.4.1 / 2014-12-01 Bug fixes: diff --git a/lib/rake.rb b/lib/rake.rb index ab04a7f38..eb7ce6914 100644 --- a/lib/rake.rb +++ b/lib/rake.rb @@ -21,7 +21,7 @@ #++ module Rake - VERSION = '10.4.0' + VERSION = '10.4.1' end require 'rake/version'