From 970a058ba346b77904a94e64e76af543a286b8ca Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 3 Nov 2019 10:44:57 -0500 Subject: [PATCH] [U] Pre-release v0.3.6.784 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 4830d4b..fcf215a 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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.6.741'; + public static VERSION: string = '0.3.6.784'; /** Minimum version that still supports the same cookies */ public static MIN_SUPPORTED_VERSION: string = '0.3.4.561';