Module: Elephas::Version

Defined in:
lib/elephas/version.rb

Overview

The current version of elephas, according to semantic versioning.

See Also:

Constant Summary collapse

MAJOR =

The major version.

4
MINOR =

The minor version.

1
PATCH =

The patch version.

5
STRING =

The current version of elephas.

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