We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4b3da commit f3edc74Copy full SHA for f3edc74
1 file changed
cmd/git-commit-template/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.1",
+ Version: "v0.3.0",
16
Commands: []*cli.Command{
17
command.SetTemplateCommand,
18
command.UnsetTemplateCommand,
0 commit comments