Libraries
»
action-texter
(0.0.1)
»
Index (V)
»
ActionTexter
»
VERSION
Module: ActionTexter::VERSION
Defined in:
lib/action_texter/gem_version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
0
TINY =
1
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PRE
]
.
compact
.
join
(
'
.
'
)