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