sensu-plugins/sensu-plugins-github

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

Summary

Maintainability
A
0 mins
Test Coverage
require 'json'

module SensuPluginsGithub
  module Version
    MAJOR = 3
    MINOR = 0
    PATCH = 0

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