Module: Homesick::Version
- Included in:
- CLI
- Defined in:
- lib/homesick/version.rb
Overview
A representation of Homesick’s version number in constants, including a String of the entire version number
Constant Summary collapse
- MAJOR =
1
- MINOR =
1
- PATCH =
6
- STRING =
[MAJOR, MINOR, PATCH].compact.join('.')