Skip to content

Commit 489df9f

Browse files
committed
bump version
1 parent 0a36036 commit 489df9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gitbatch/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func main() {
12-
kingpin.Version("gitbatch version 0.5.3")
12+
kingpin.Version("gitbatch version 0.6.1")
1313

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

0 commit comments

Comments
 (0)