Module Homesick::Version
In: lib/homesick/version.rb

A representation of Homesick‘s version number in constants, including a String of the entire version number

Constants

MAJOR = 1
MINOR = 1
PATCH = 6
STRING = [MAJOR, MINOR, PATCH].compact.join('.')

[Validate]