From 5a344cd8ada24041afd714e16390bc0277f82afc Mon Sep 17 00:00:00 2001 From: allburov Date: Fri, 15 Mar 2024 17:42:10 +0700 Subject: [PATCH] [core] Bump version to 2024.3.4 --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index 91ca3b0a..a14f5871 100644 --- a/src/version.ts +++ b/src/version.ts @@ -33,7 +33,7 @@ export function getEngineName(): string { } export const VERSION: WAHAEnvironment = { - version: '2024.3.3', + version: '2024.3.4', engine: getEngineName(), tier: getWAHAVersion(), browser: getBrowserExecutablePath(),