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