Module: SensuPluginsSensu::Version
- Defined in:
- lib/sensu-plugins-sensu/version.rb
Overview
This defines the version of the gem
Constant Summary collapse
- MAJOR =
3- MINOR =
0- PATCH =
0- VER_STRING =
[MAJOR, MINOR, PATCH].compact.join('.')
This defines the version of the gem
3
0
0
[MAJOR, MINOR, PATCH].compact.join('.')