Libraries
»
remarkable_devise_invitable
(1.0.0)
»
Index (V)
»
Remarkable
»
Devise
»
Invitable
»
Version
Module: Remarkable::Devise::Invitable::Version
Defined in:
lib/remarkable/devise/invitable/version.rb
Constant Summary
collapse
MAJOR =
1
MINOR =
0
PATCH =
0
BUILD =
nil
STRING =
[
MAJOR
,
MINOR
,
PATCH
,
BUILD
]
.
compact
.
join
(
'
.
'
)