Module: SensuPluginsHabitat::Version

Defined in:
lib/sensu_plugins_habitat/version.rb

Overview

The version of this Sensu plugin.

Constant Summary collapse

MAJOR =

The major version.

0
MINOR =

The minor version.

1
PATCH =

The patch version.

7
VER_STRING =

Concat them into a version string

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