From 350a49f6c28c7cb16c0661e243875c987894995f Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk Date: Wed, 19 Feb 2020 17:14:30 +0100 Subject: [PATCH] Update main.go bumped version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c3b9509..d2a6290 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( "github.com/prometheus/common/log" ) -const version string = "1.2.4" +const version string = "1.2.5" var ( showVersion = flag.Bool("version", false, "Print version information.")