Libraries
»
commandable
(0.3.2)
»
Index (V)
»
Commandable
»
VERSION
Module: Commandable::VERSION
Defined in:
lib/commandable/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
3
TINY =
2
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PRE
]
.
compact
.
join
(
'
.
'
)
SUMMARY =
"
Commandable
#{
STRING
}
"