We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16160fd commit b5cf557Copy full SHA for b5cf557
1 file changed
cmd/main.go
@@ -96,7 +96,7 @@ func initializeApp() (*cli.Command, error) {
96
return &cli.Command{
97
Name: "mate-commit",
98
Usage: translations.GetMessage("app_usage", 0, nil),
99
- Version: "1.1.1",
+ Version: "1.2.0",
100
Description: translations.GetMessage("app_description", 0, nil),
101
Commands: registerCommand.CreateCommands(),
102
}, nil
0 commit comments