[U] Pre-Release v0.3.6.741

This commit is contained in:
Hykilpikonna
2019-10-20 22:00:35 -04:00
parent 07991b2a0e
commit 24befed17b
+1 -1
View File
@@ -7,7 +7,7 @@ export default class Constants
public static API_URL: string = 'https://va.hydev.org/api';
/** Current version */
public static VERSION: string = '0.3.5.703';
public static VERSION: string = '0.3.6.741';
/** Minimum version that still supports the same cookies */
public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';