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

Release Devise 2.0.0.rc.

This commit is contained in:
José Valim 2011-12-19 13:31:24 +01:00
parent 273c5e99c1
commit f5aab14766
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
== 2.0.0 (unreleased)
== 2.0.0.rc
Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0

View file

@ -1,3 +1,3 @@
module Devise
VERSION = "1.5.2".freeze
VERSION = "2.0.0.rc".freeze
end