diff --git a/History.rdoc b/History.rdoc index ecd07faad..7ffdb0673 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,4 +1,4 @@ -=== 10.3.2 +=== 10.3.2 / 2014-05-15 Bug fixes: diff --git a/lib/rake.rb b/lib/rake.rb index 71ddfc293..47cce1706 100644 --- a/lib/rake.rb +++ b/lib/rake.rb @@ -21,7 +21,7 @@ #++ module Rake - VERSION = '10.3.1' + VERSION = '10.3.2' end require 'rake/version'