diff --git a/History.rdoc b/History.rdoc index 4aa458c56..72d7f417c 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,4 +1,4 @@ -=== 10.3 +=== 10.3 / 2014-04-15 Enhancements: diff --git a/lib/rake.rb b/lib/rake.rb index df48b9bc9..ea9583ce7 100644 --- a/lib/rake.rb +++ b/lib/rake.rb @@ -21,7 +21,7 @@ #++ module Rake - VERSION = '10.2.2' + VERSION = '10.2.3' end require 'rake/version'