Libraries
»
ayril
(0.1.2)
»
Index (V)
»
Ayril
»
Version
Module: Ayril::Version
Defined in:
lib/ayril/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
1
PATCH =
2
BUILD =
nil
STRING =
[
MAJOR
,
MINOR
,
PATCH
,
BUILD
]
.
compact
.
join
(
'
.
'
)