Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed May 14, 2024
1 parent f4ca7bb commit abbb1d0
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 @@ -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");
});
Expand Down

0 comments on commit abbb1d0

Please sign in to comment.