fix: 1227

This commit is contained in:
Azgaar 2025-08-29 14:36:34 +02:00 committed by barrulus
parent 73ab86b957
commit 88590e05e1
3 changed files with 10 additions and 5 deletions

View file

@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
const VERSION = "1.108.11";
const VERSION = "1.108.12";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{