From 4bddc907b5869c9f1645aedbd1e4a28cdf10efc6 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 1 Aug 2024 09:48:59 +0100 Subject: [PATCH] --- source/index.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.mts b/source/index.mts index 40820a3..9a1423f 100644 --- a/source/index.mts +++ b/source/index.mts @@ -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" },