Skip to content

Commit 97df005

Browse files
committed
Update the version from v1.3.0 to v1.3.1
1 parent aefec0c commit 97df005

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
@@ -15,7 +15,7 @@ import (
1515
func main() {
1616
app := cli.NewApp()
1717
app.Name = "git-diffs"
18-
app.Version = "1.3.0"
18+
app.Version = "1.3.1"
1919
app.Description = "The git subcommand that is diff files selector."
2020
app.Action = mainAction
2121

0 commit comments

Comments
 (0)