sensu-plugins/sensu-plugins-cgroups

View on GitHub
lib/sensu-plugins-cgroups/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SensuPluginsCgroups
  module Version
    MAJOR = 1
    MINOR = 1
    PATCH = 0

    VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
  end
end