From abbb1d090334d6bff9d69980d62d55056be89732 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Tue, 14 May 2024 18:56:08 +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 9feec28..e143947 100644 --- a/source/index.mts +++ b/source/index.mts @@ -73,7 +73,7 @@ const database = await new Database( switch (commandLineArguments.values.type) { case undefined: { - utilities.log("KILL THE NEWSLETTER!", "2.0.1", "START"); + utilities.log("KILL THE NEWSLETTER!", "2.0.2", "START"); process.once("beforeExit", () => { utilities.log("KILL THE NEWSLETTER!", "STOP"); });