Skip to content

Commit

Permalink
fix: revert version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Dec 7, 2023
1 parent e2fd2ee commit b806da7
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 @@ -14,7 +14,7 @@ import (
transceivercollector "github.com/wobcom/transceiver-exporter/transceiver-collector"
)

const version string = "1.5.0"
const version string = "1.4.1"

var (
showVersion = flag.Bool("version", false, "Print version and exit")
Expand Down

0 comments on commit b806da7

Please sign in to comment.