From a2dc863b7a7f8cd79ab74a5c4c1cc39dc2dfbbf9 Mon Sep 17 00:00:00 2001 From: devlikepro Date: Sat, 7 Dec 2024 00:15:49 +0700 Subject: [PATCH] [core] 12.2 --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index 182f6376..fbf63be3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -33,7 +33,7 @@ export function getEngineName(): string { } export const VERSION: WAHAEnvironment = { - version: '2024.12.1', + version: '2024.12.2', engine: getEngineName(), tier: getWAHAVersion(), browser: getBrowserExecutablePath(),