diff --git a/lib/rake.rb b/lib/rake.rb index 287d834a0..3fe70d4bb 100755 --- a/lib/rake.rb +++ b/lib/rake.rb @@ -29,7 +29,7 @@ # as a library via a require statement, but it can be distributed # independently as an application. -RAKEVERSION = '0.8.0.99' +RAKEVERSION = '0.8.1' require 'rbconfig' require 'getoptlong'