1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update version.rb

This commit is contained in:
José Valim 2013-08-13 18:22:19 +02:00
parent efe34219a9
commit 5ecbbdf260

View file

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