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 Nov 11, 2024
1 parent 47819ec commit ba9198b
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.4"
const version string = "0.12.5"

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

0 comments on commit ba9198b

Please sign in to comment.