Skip to content

Commit c1d1a93

Browse files
committed
Fix version from v0.1.0 to v1.0.0
1 parent ea26c05 commit c1d1a93

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
@@ -13,7 +13,7 @@ import (
1313
func main() {
1414
app := cli.NewApp()
1515
app.Name = "git-diffs"
16-
app.Version = "0.1.0"
16+
app.Version = "1.0.0"
1717
app.Description = "The git subcommand that is diff files selector."
1818
app.Action = mainAction
1919

0 commit comments

Comments
 (0)