feat: start

This commit is contained in:
Azgaar 2024-09-26 02:32:09 +02:00
parent 84c326e347
commit 2efe9be3a4
5 changed files with 63 additions and 41 deletions

View file

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