Skip to content

Commit

Permalink
build(cli): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Oct 23, 2023
1 parent 662b1a5 commit 1e1b5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const main = new Command()
.action(function () {
this.showHelp();
})
.version("0.7.3")
.version("0.7.4")
.command("check", checkCommand)
.command("update", updateCommand);

Expand Down

0 comments on commit 1e1b5cd

Please sign in to comment.