mirror of
https://github.com/heartcombo/devise.git
synced 2026-02-19 02:44:31 -05:00
6 lines
76 B
Ruby
6 lines
76 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Devise
|
|
VERSION = "5.0.2".freeze
|
|
end
|