diff --git a/History.rdoc b/History.rdoc index e82780ac3..5ef8ee1e5 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,4 +1,4 @@ -=== 10.2.1 +=== 10.2.1 / 2014-03-25 Bug fixes: diff --git a/lib/rake.rb b/lib/rake.rb index 1452861f7..6f85ff4d6 100644 --- a/lib/rake.rb +++ b/lib/rake.rb @@ -21,7 +21,7 @@ #++ module Rake - VERSION = '10.2.0' + VERSION = '10.2.1' end require 'rake/version'