Skip to content

Commit 4bddc90

Browse files
committed
1 parent 9e42645 commit 4bddc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export type Application = {
9090
email: undefined | SMTPServer;
9191
};
9292
const application = {} as Application;
93-
application.version = "2.0.7";
93+
application.version = "2.0.8";
9494
application.commandLineArguments = util.parseArgs({
9595
options: {
9696
type: { type: "string" },

0 commit comments

Comments
 (0)