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