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