bad release; trying again..

This commit is contained in:
Javan Makhmali 2010-10-20 17:39:39 -04:00
parent 958d0a8942
commit 395bcf6955
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
== 0.6.0 / October 20th, 2010
== 0.6.1 / October 20th, 2010
* Detect script/rails file and change runner to Rails 3 style if found. [Javan Makhmali]

View File

@ -1,3 +1,3 @@
module Whenever
VERSION = '0.6.0'
VERSION = '0.6.1'
end unless defined?(Whenever::VERSION)