Module: SensuPluginsSensu::Version

Defined in:
lib/sensu-plugins-sensu/version.rb

Overview

This defines the version of the gem

Constant Summary collapse

MAJOR =
4
MINOR =
2
PATCH =
0
VER_STRING =
[MAJOR, MINOR, PATCH].compact.join('.')