Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Jun 21, 2024
1 parent d496c8c commit 0397943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export type Application = {
email: undefined | SMTPServer;
};
const application = {} as Application;
application.version = "2.0.6";
application.version = "2.0.7";
application.commandLineArguments = util.parseArgs({
options: {
type: { type: "string" },
Expand Down

0 comments on commit 0397943

Please sign in to comment.