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