This commit is contained in:
MaxKey 2023-02-24 18:12:42 +08:00
parent 79d02a86ab
commit cb4c23e3a4
6 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
# */
#maxkey properties
group =net.maxsso
version =3.5.14
version =3.5.15
vendor =https://www.maxkey.top
author =MaxKeyTop

View File

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

View File

@ -19,5 +19,5 @@ export const CONSTS = {
INST: 'inst',
REDIRECT_URI: 'redirect_uri',
REMEMBER: 'remember',
VERSION: 'v3.5.14 GA'
VERSION: 'v3.5.15 GA'
};

View File

@ -1,7 +1,7 @@
#端口号
application:
name: maxkey-gateway-server
formatted-version: v3.5.14 GA
formatted-version: v3.5.15 GA
server:
port: 9000
spring:

View File

@ -16,7 +16,7 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey
application.formatted-version =v3.5.14 GA
application.formatted-version =v3.5.15 GA
#for dynamic service discovery
spring.application.name =maxkey
############################################################################

View File

@ -16,7 +16,7 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey-Mgt
application.formatted-version =v3.5.14 GA
application.formatted-version =v3.5.15 GA
#for dynamic service discovery
spring.application.name =maxkey-mgt
############################################################################