Module: Mbrao::Version

Defined in:
lib/mbrao/version.rb

Overview

The current version of mbrao, according to semantic versioning.

See Also:

Constant Summary collapse

MAJOR =

The major version.

1
MINOR =

The minor version.

6
PATCH =

The patch version.

1
STRING =

The current version of mbrao.

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