We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a8aa9 commit a2d1b64Copy full SHA for a2d1b64
main.go
@@ -12,7 +12,7 @@ func main() {
12
app := &cli.App{
13
Name: "git-commit-template",
14
Usage: "Set up a useful template for commit messages",
15
- Version: "v0.2.0",
+ Version: "v0.2.1",
16
Commands: []*cli.Command{
17
command.SetTemplateCommand,
18
command.UnsetTemplateCommand,
0 commit comments