From 24befed17b486d65706ae802af125aef9ca4539b Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 20 Oct 2019 22:00:35 -0400 Subject: [PATCH] [U] Pre-Release v0.3.6.741 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 144fbf0..4830d4b 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.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';