chore: update version

This commit is contained in:
Azgaar 2024-11-27 17:59:33 +01:00
parent b5661de19c
commit e75213e855
2 changed files with 14 additions and 14 deletions

View file

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