From 9c878c2b6b518cbcb6681848eca6ceff27586001 Mon Sep 17 00:00:00 2001 From: Sebastian YEPES Date: Fri, 21 Apr 2023 10:12:01 +0200 Subject: [PATCH] Adjust procees previlages --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 37dfd91..bf470d8 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ import ( "github.com/syepes/network_exporter/pkg/common" ) -const version string = "1.7.0" +const version string = "1.7.1" var ( listenAddress = kingpin.Flag("web.listen-address", "The address to listen on for HTTP requests").Default(":9427").String()