Sha256: c5b34bf3ebfcb2b5ac87564086a8a4f50227c7af891cd95ba83b484cbd91a229
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true module Sidekiq module Prometheus module Exporter # NOTE: Every version update dropds Docker patch version to 0 # and every adjustment in Docker setup bumps it to +1 VERSION = '0.2.1'.freeze DOCKER_PATCH_VERSION = '0'.freeze end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-prometheus-exporter-0.2.1 | lib/sidekiq/prometheus/exporter/version.rb |