Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Jul 3, 2024
1 parent 297e6ca commit 0af26da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const program = new Command();

program
.name("quickSubmit")
.version("v1.4.6")
.version("v1.5.1")
.argument("[file]", "File to submit", "main.cpp")
.option(
"-p, --pid <number>",
Expand Down

0 comments on commit 0af26da

Please sign in to comment.