Skip to content

Commit 021c7f2

Browse files
committed
chore: bump version
1 parent 418d4c6 commit 021c7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
log "github.com/sirupsen/logrus"
2626
)
2727

28-
const version string = "0.14.3"
28+
const version string = "0.14.4"
2929

3030
var (
3131
showVersion = flag.Bool("version", false, "Print version information.")
@@ -90,7 +90,7 @@ var (
9090
poeEnabled = flag.Bool("poe.enabled", true, "Scrape PoE metrics")
9191
krtEnabled = flag.Bool("krt.enabled", false, "Scrape KRT queue metrics")
9292
twampEnabled = flag.Bool("twamp.enabled", false, "Scrape TWAMP metrics")
93-
systemstatisticsEnabled = flag.Bool("systemstatistics.enabled", true, "Scrape system statistics metrics")
93+
systemstatisticsEnabled = flag.Bool("systemstatistics.enabled", true, "Scrape system statistics metrics")
9494
cfg *config.Config
9595
devices []*connector.Device
9696
connManager *connector.SSHConnectionManager

0 commit comments

Comments
 (0)