refactor: burg types

This commit is contained in:
Azgaar 2024-09-27 13:32:22 +02:00 committed by sofronaspe
parent e99394c18c
commit 8ed24c249d
5 changed files with 29 additions and 35 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.105.7";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{