Libraries
»
excoin
(0.0.1)
»
Index (V)
»
Excoin
»
Version
Module: Excoin::Version
Defined in:
lib/excoin/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
0
PATCH =
1
REL =
nil
STRING =
REL
?
[
MAJOR
,
MINOR
,
PATCH
,
REL
]
.
join
(
'
.
'
)
:
[
MAJOR
,
MINOR
,
PATCH
]
.
join
(
'
.
'
)