Skip to content

Commit

Permalink
Point version to v4.9.0.alpha for now
Browse files Browse the repository at this point in the history
Just want to have something different than the currently released
version to test out more easily. Plus, this is probably going to become
v4.9.0 final soon anyway.
  • Loading branch information
carlosantoniodasilva committed Feb 3, 2023
1 parent 0d392fa commit 43c349a
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.8.1)
devise (4.9.0.alpha)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.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.8.1".freeze
VERSION = "4.9.0.alpha".freeze
end

0 comments on commit 43c349a

Please sign in to comment.