Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
isacikgoz committed Apr 16, 2021
1 parent 0a36036 commit 489df9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gitbatch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func main() {
kingpin.Version("gitbatch version 0.5.3")
kingpin.Version("gitbatch version 0.6.1")

dirs := kingpin.Flag("directory", "Directory(s) to roam for git repositories.").Short('d').Strings()
mode := kingpin.Flag("mode", "Application start mode, more sensible with quick run.").Short('m').String()
Expand Down

0 comments on commit 489df9f

Please sign in to comment.