Module: Cowtech::Extensions::Version

Defined in:
lib/cowtech-extensions/version.rb

Overview

The current version of cowtech-extensions, according to semantic versioning.

See Also:

Constant Summary collapse

MAJOR =

The major version.

2
MINOR =

The minor version.

7
PATCH =

The patch version.

3
STRING =

The current version of cowtech-extensions.

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