Libraries
»
rstyx
(0.4.2)
»
Index (V)
»
RStyx
»
Version
Module: RStyx::Version
Defined in:
lib/rstyx/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
4
TINY =
2
STRING =
The version of RStyx in use.
[
MAJOR
,
MINOR
,
TINY
]
.
join
(
"
.
"
)