Skip to content

Commit

Permalink
Preparing v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannwagner committed Aug 1, 2023
1 parent 18da002 commit 57f9b78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.1 - 2023-08-01
### Changes
* --version now returns the correct version

## 1.4.0 - 2023-07-10
### Changes
* Added the option to exclude admin down interfaces
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
transceivercollector "github.com/wobcom/transceiver-exporter/transceiver-collector"
)

const version string = "1.1.0"
const version string = "1.4.1"

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

0 comments on commit 57f9b78

Please sign in to comment.