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