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