3.5.11 version

This commit is contained in:
MaxKey 2022-12-14 09:22:57 +08:00
parent 63c011ee56
commit 7a4b035872
2 changed files with 2 additions and 2 deletions

View File

@ -26,5 +26,5 @@ export const CONSTS = {
REDIRECT_URI: 'redirect_uri', REDIRECT_URI: 'redirect_uri',
REMEMBER: 'remember_me', REMEMBER: 'remember_me',
TOKEN: '_token', TOKEN: '_token',
VERSION: 'v3.5.10 GA' VERSION: 'v3.5.11 GA'
}; };

View File

@ -1,6 +1,6 @@
echo off echo off
set MXK_VERSION=3.5.10 set MXK_VERSION=3.5.11
set MXK_REPOSITORY=maxkeytop set MXK_REPOSITORY=maxkeytop
set START_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%" set START_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"