Libraries
»
shepherd
(0.3.1)
»
Index (V)
»
Shepherd
»
Version
Module: Shepherd::Version
Defined in:
lib/shepherd/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
3
PATCH =
1
BUILD =
nil
STRING =
[
MAJOR
,
MINOR
,
PATCH
,
BUILD
]
.
compact
.
join
"
.
"