File: version.rb

package info (click to toggle)
golang-github-prometheus-client-model 0.0.2%2Bgit20171117.99fa1f4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports, buster-backports-sloppy, stretch-backports
  • size: 656 kB
  • sloc: xml: 122; ruby: 97; makefile: 48; python: 21
file content (7 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
module Prometheus
  module Client
    module Model
      VERSION = '0.1.0'
    end
  end
end