From 0345d37b2cc306816568b130b35d0158e7f7a281 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 5 Oct 2019 14:11:32 -0400 Subject: [PATCH] [U] Pre-release v0.3.1.382 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 04b2265..f3c4775 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -8,7 +8,7 @@ export default class Constants */ public static API_URL: string = 'https://va.hydev.org/api'; - public static VERSION: string = '0.2.3.315'; + public static VERSION: string = '0.3.1.382'; public static GITHUB: string = 'https://github.com/HyDevelop/VeracrossAnalyzer.Client';