From aee1323b3208a4a40600a1d8cff2951c32fa5046 Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk Date: Sat, 30 Sep 2017 00:00:29 +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 d8739e4..7a3558c 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "github.com/prometheus/common/log" ) -const version string = "0.8.3" +const version string = "0.8.4" var ( showVersion = flag.Bool("version", false, "Print version information.")