From a71f0cd0f0dfec72fdefe31ced764e998022eadc Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk Date: Wed, 29 Nov 2017 21:05:22 +0100 Subject: [PATCH] increased version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 405188d..09c2e7a 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "github.com/prometheus/common/log" ) -const version string = "0.9.0" +const version string = "0.9.5" var ( showVersion = flag.Bool("version", false, "Print version information.")