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('.')