sensu-plugins/sensu-plugins-golang

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

Summary

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

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