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';