Skip to content

Commit

Permalink
Make it clearer that we're targeting a v5 going forward
Browse files Browse the repository at this point in the history
Use a "beta" version to make that even more explicit.
  • Loading branch information
carlosantoniodasilva committed Apr 10, 2024
1 parent 9a7176f commit a259ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Devise
VERSION = "4.9.3".freeze
VERSION = "5.0.0.beta".freeze
end

0 comments on commit a259ff3

Please sign in to comment.