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:
Carlos Antonio da Silva
2024-04-10 09:45:08 -03:00
parent 9a7176f727
commit a259ff3c28
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Devise
VERSION = "4.9.3".freeze
VERSION = "5.0.0.beta".freeze
end