From 48a64d793f24ce8638c89074d188008f5de3494f Mon Sep 17 00:00:00 2001 From: shimingxy Date: Fri, 14 Feb 2025 08:51:28 +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 5752e095..50a9cf3e 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: 'v4.1.5 GA' + VERSION: 'v4.1.6 GA' };