Module: Mamertes::Version
- Defined in:
- lib/mamertes/version.rb
Overview
The current version of Mamertes, according to semantic versioning.
Constant Summary collapse
- MAJOR =
The major version.
2- MINOR =
The minor version.
4- PATCH =
The patch version.
2- STRING =
The current version number of Mamertes.
[MAJOR, MINOR, PATCH].compact.join(".")