From 7ed15bff0e84094499f833a898124b2d6c29f37f Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Mon, 11 May 2009 10:48:03 -0400 Subject: [PATCH] Bumped version to 0.8.6. --- lib/rake.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rake.rb b/lib/rake.rb index 218ab3fa7..5e4e4a7ab 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.5' +RAKEVERSION = '0.8.6' require 'rbconfig' require 'fileutils'