Skip to content

Commit

Permalink
Update for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Oct 17, 2024
1 parent c0acea9 commit c93cdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/git-commit-template/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func main() {
app := &cli.App{
Name: "git-commit-template",
Usage: "Set up a useful template for commit messages",
Version: "v0.2.1",
Version: "v0.3.0",
Commands: []*cli.Command{
command.SetTemplateCommand,
command.UnsetTemplateCommand,
Expand Down

0 comments on commit c93cdc2

Please sign in to comment.