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