Module: Apes::Version

Defined in:
lib/apes/version.rb

Overview

The current version of apes, according to semantic versioning.

See Also:

Constant Summary

MAJOR =

The major version.

1
MINOR =

The minor version.

0
PATCH =

The patch version.

1
STRING =

The current version of apes.

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