From abe95a82b66a80402116da4cde81c0a6bb6f4ab5 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Fri, 18 Nov 2022 15:30:00 +0800 Subject: [PATCH] v3.5.10 --- maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts | 2 +- maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts index 221ea2f36..2b0e7eacd 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts @@ -26,5 +26,5 @@ export const CONSTS = { REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember_me', TOKEN: '_token', - VERSION: 'v3.5.9 GA' + VERSION: 'v3.5.10 GA' }; diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts index e91d58171..5df3ed3c5 100644 --- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts @@ -19,5 +19,5 @@ export const CONSTS = { INST: 'inst', REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember', - VERSION: 'v3.5.9 GA' + VERSION: 'v3.5.10 GA' };