We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5677766 commit bf0a396Copy full SHA for bf0a396
main.go
@@ -25,7 +25,7 @@ import (
25
"github.com/syepes/network_exporter/pkg/common"
26
)
27
28
-const version string = "1.7.4"
+const version string = "1.7.5"
29
30
var (
31
listenAddress = kingpin.Flag("web.listen-address", "The address to listen on for HTTP requests").Default(":9427").String()
0 commit comments