Libraries
»
centuria
(0.2.5)
»
Index (V)
»
Centuria
»
VERSION
Module: Centuria::VERSION
Defined in:
lib/centuria/gem_version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
2
TINY =
5
STRING =
[
MAJOR
,
MINOR
,
TINY
]
.
compact
.
join
(
"
.
"
)