Module: Clavem::Version

Defined in:
lib/clavem/version.rb

Overview

The current version of clavem, according to semantic versioning.

See Also:

Constant Summary collapse

MAJOR =

The major version.

2
MINOR =

The minor version.

2
PATCH =

The patch version.

1
STRING =

The current version of clavem.

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