mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
4 lines
79 B
Ruby
4 lines
79 B
Ruby
# frozen_string_literal: true
|
|
module SimpleForm
|
|
VERSION = "5.0.1".freeze
|
|
end
|