Skip to content

Commit a2d1b64

Browse files
committed
Update for v0.2.1
1 parent b2a8aa9 commit a2d1b64

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
@@ -12,7 +12,7 @@ func main() {
1212
app := &cli.App{
1313
Name: "git-commit-template",
1414
Usage: "Set up a useful template for commit messages",
15-
Version: "v0.2.0",
15+
Version: "v0.2.1",
1616
Commands: []*cli.Command{
1717
command.SetTemplateCommand,
1818
command.UnsetTemplateCommand,

0 commit comments

Comments
 (0)