Skip to content

Commit

Permalink
Update deps and set defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
syepes committed Oct 15, 2023
1 parent 5677766 commit bf0a396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/syepes/network_exporter/pkg/common"
)

const version string = "1.7.4"
const version string = "1.7.5"

var (
listenAddress = kingpin.Flag("web.listen-address", "The address to listen on for HTTP requests").Default(":9427").String()
Expand Down

0 comments on commit bf0a396

Please sign in to comment.