Libraries
»
leaf
(0.1.2)
»
Index (V)
»
Leaf
»
VERSION
Module: Leaf::VERSION
Defined in:
lib/leaf/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
1
TINY =
2
STRING =
[
MAJOR
,
MINOR
,
TINY
]
.
join
(
'
.
'
)