Module: SensuPluginsGraphite::Version

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

Constant Summary collapse

MAJOR =
3
MINOR =
1
PATCH =
1
VER_STRING =
[MAJOR, MINOR, PATCH].compact.join('.')