Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Aug 1, 2024
1 parent 9e42645 commit 4bddc90
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.7";
application.version = "2.0.8";
application.commandLineArguments = util.parseArgs({
options: {
type: { type: "string" },
Expand Down

0 comments on commit 4bddc90

Please sign in to comment.