Update version.rb

This commit is contained in:
José Valim 2013-08-13 18:22:19 +02:00
parent efe34219a9
commit 5ecbbdf260
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "3.0.1".freeze
VERSION = "3.1.0.rc".freeze
end