Skip to content

Commit fbaa9b1

Browse files
authored
Update main.go
bump version
1 parent a6e099a commit fbaa9b1

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.3"
27+
const version string = "0.12.4"
2828

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

0 commit comments

Comments
 (0)