diff --git a/src/version.ts b/src/version.ts index bdb353cc..2fa88af8 100644 --- a/src/version.ts +++ b/src/version.ts @@ -33,7 +33,7 @@ export function getEngineName(): string { } export const VERSION: WAHAEnvironment = { - version: '2024.11.9', + version: '2024.11.10', engine: getEngineName(), tier: getWAHAVersion(), browser: getBrowserExecutablePath(),