From 86ed26afeb9ce359ac6a68f0ec98a904efc9b79c Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 5 Oct 2019 20:15:30 -0400 Subject: [PATCH] [U] Pre-release v0.3.2.452 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index f3c4775..97453c9 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.3.1.382'; + public static VERSION: string = '0.3.2.452'; public static GITHUB: string = 'https://github.com/HyDevelop/VeracrossAnalyzer.Client';