summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/prometheus/client_model/ruby/lib/prometheus/client/model/version.rb
blob: 00b5e863e36c21b6774dc98ec4715d9255127a30 (plain)
1
2
3
4
5
6
7
module Prometheus
  module Client
    module Model
      VERSION = '0.1.0'
    end
  end
end