fix: gap path to not omit the M path sign

This commit is contained in:
Azgaar 2024-09-29 15:09:29 +02:00
parent c04fb2bfca
commit 80da2f0cda
3 changed files with 3 additions and 4 deletions

View file

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