Module: Safeguard::Version
- Defined in:
- lib/safeguard/version.rb
Overview
Contains the current version of Safeguard.
Constant Summary collapse
- MAJOR =
Major version.
Increments denote backward-incompatible changes and additions.
0
- MINOR =
Minor version.
Increments denote backward-compatible changes and additions.
1
- PATCH =
Patch version.
Increments denote changes in implementation.
1
- BUILD =
Build version.
Used for pre-release versions.
nil
- STRING =
Complete version string, which is every individual version number joined by a dot (‘.’), in descending order of prescedence.
[ MAJOR, MINOR, PATCH, BUILD ].compact.join '.'