Skip to content

Commit ba9198b

Browse files
authored
Update main.go
bump version
1 parent 47819ec commit ba9198b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
log "github.com/sirupsen/logrus"
2525
)
2626

27-
const version string = "0.12.4"
27+
const version string = "0.12.5"
2828

2929
var (
3030
showVersion = flag.Bool("version", false, "Print version information.")

0 commit comments

Comments
 (0)