From 86433085e16d0e19689d5269ea5db8bd80ae1a73 Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk Date: Sat, 17 Jun 2017 09:00:15 +0200 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e180413..e3eb135 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "github.com/prometheus/common/log" ) -const version string = "0.7.0" +const version string = "0.7.1" var ( showVersion = flag.Bool("version", false, "Print version information.")