Libraries
»
actiontext
(7.2.2.1)
»
Index (V)
»
ActionText
»
VERSION
Module: ActionText::VERSION
Defined in:
lib/action_text/gem_version.rb
Constant Summary
collapse
MAJOR =
7
MINOR =
2
TINY =
2
PRE =
"1"
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PRE
]
.
compact
.
join
(
"."
)