From fedd3042db707c111d6d840dd79812f414446bf4 Mon Sep 17 00:00:00 2001 From: SALTWOOD <105980161+SALTWOOD@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:21:16 +0800 Subject: [PATCH] Release 3.1.9-patch3 --- src/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.ts b/src/Config.ts index c6606c9..3a80d1c 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -37,7 +37,7 @@ export class Config { public readonly debug: boolean = env.get('DEBUG').default("false").asBool(); public readonly disableAccessLog: boolean = env.get('DISABLE_ACCESS_LOG').default("false").asBool(); - public static readonly version: string = "3.1.9-patch2"; + public static readonly version: string = "3.1.9-patch3"; private constructor() { }