From 9c4c297e801d94ebd19e6374af4d8d1c71a37116 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Wed, 31 Aug 2022 17:07:30 +0800 Subject: [PATCH] Update consts.ts --- maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 19d962623..a663b9d4f 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.4 GA' + VERSION: 'v3.5.5 GA' }; -- GitLab