mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 14:58:05 -05:00
Make it clearer that we're targeting a v5 going forward
Use a "beta" version to make that even more explicit.
This commit is contained in:
@@ -10,7 +10,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
devise (4.9.3)
|
||||
devise (5.0.0.beta)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 6.0.0)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Devise
|
||||
VERSION = "4.9.3".freeze
|
||||
VERSION = "5.0.0.beta".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user