Sha256: 3a5459e81f240f4b78622b57063693717f2731d4ebdb97135f635501801df5c7
Contents?: true
Size: 185 Bytes
Versions: 1
Compression:
Stored size: 185 Bytes
Contents
# frozen_string_literal: true module SensuPluginsHAProxy module Version MAJOR = 2 MINOR = 0 PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sensu-plugins-haproxy-2.0.0 | lib/sensu-plugins-haproxy/version.rb |