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 committed Sep 27, 2021
1 parent 63d3e6f commit 6a1ad97
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 @@ -21,7 +21,7 @@ import (
log "github.com/sirupsen/logrus"
)

const version string = "0.9.11"
const version string = "0.9.12"

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

0 comments on commit 6a1ad97

Please sign in to comment.