Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
czerwonk authored Jul 26, 2024
1 parent a6e099a commit fbaa9b1
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 @@ -24,7 +24,7 @@ import (
log "github.com/sirupsen/logrus"
)

const version string = "0.12.3"
const version string = "0.12.4"

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

0 comments on commit fbaa9b1

Please sign in to comment.