Libraries
»
rubizon
(0.2.1)
»
Index (V)
»
Rubizon
»
Version
Module: Rubizon::Version
Defined in:
lib/rubizon/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
2
PATCH =
1
STRING =
"
#{
MAJOR
}
.
#{
MINOR
}
.
#{
PATCH
}
"