Module: SensuPluginsMeta::Version

Defined in:
lib/sensu_plugins_meta/version.rb

Overview

The version of this Sensu plugin.

Constant Summary collapse

MAJOR =

The major version.

1
MINOR =

The minor version.

0
PATCH =

The patch version.

10
VER_STRING =

Concat them into a version string

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