Point version to v4.9.0.alpha for now

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.
This commit is contained in:
Carlos Antonio da Silva
2023-02-03 15:26:23 -03:00
parent 0d392fa49f
commit 43c349a2fc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Devise
VERSION = "4.8.1".freeze
VERSION = "4.9.0.alpha".freeze
end