diff --git a/rake/lib/rake.rb b/rake/lib/rake.rb index e7f9c9e76..15f465c1c 100755 --- a/rake/lib/rake.rb +++ b/rake/lib/rake.rb @@ -29,7 +29,7 @@ # referenced as a library via a require statement, but it can be # distributed independently as an application. -RAKEVERSION = '0.5.1.1' +RAKEVERSION = '0.5.1.2' require 'rbconfig' require 'ftools'