We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e42645 commit 4bddc90Copy full SHA for 4bddc90
source/index.mts
@@ -90,7 +90,7 @@ export type Application = {
90
email: undefined | SMTPServer;
91
};
92
const application = {} as Application;
93
-application.version = "2.0.7";
+application.version = "2.0.8";
94
application.commandLineArguments = util.parseArgs({
95
options: {
96
type: { type: "string" },
0 commit comments