Libraries
»
ramix
(0.1.4)
»
Index (V)
»
Ramix
»
VERSION
Module: Ramix::VERSION
Defined in:
lib/ramix/version.rb
Overview
:nodoc:
Constant Summary
collapse
MAJOR =
0
MINOR =
1
TINY =
4
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PRE
]
.
compact
.
join
(
'
.
'
)