Module: SensuPluginsSidekiq::Version

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

Overview

This defines the version of the gem

Constant Summary collapse

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