sensu-plugins/sensu-plugins-etcd

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

Summary

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

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