Module: Ballast::Version

Defined in:
lib/ballast/version.rb

Overview

The current version of ballast, according to semantic versioning.

See Also:

Constant Summary collapse

MAJOR =

The major version.

2
MINOR =

The minor version.

2
PATCH =

The patch version.

5
STRING =

The current version of ballast.

[MAJOR, MINOR, PATCH].compact.join(".")