Libraries
»
rfcommerce_core
(0.0.3)
»
Index (V)
»
EnumerableConstant
»
VERSION
Module: EnumerableConstant::VERSION
Defined in:
lib/spree_core/enumerable_constants.rb
Constant Summary
collapse
MAJOR =
1
MINOR =
0
TINY =
0
STRING =
[
MAJOR
,
MINOR
,
TINY
]
.
join
(
'
.
'
)