Module: CapistranoSentinel::VERSION
- Defined in:
- lib/capistrano_sentinel/version.rb
Overview
module used to generate the version string provides a easy way of getting the major, minor and tiny
Constant Summary collapse
- MAJOR =
major release version
0- MINOR =
minor release version
2- TINY =
tiny release version
3- PRE =
prelease version ( set this only if it is a prelease)
nil- STRING =
generates the version string
[MAJOR, MINOR, TINY, PRE].compact.join('.')