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