v3.5.9 VERSION

This commit is contained in:
MaxKey 2022-10-22 16:28:52 +08:00
parent e4b9ed463b
commit 91a6fd6d4d
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@ -16,7 +16,7 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey
application.formatted-version =v3.5.8 GA
application.formatted-version =v3.5.9 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.8 GA
application.formatted-version =v3.5.9 GA
#for dynamic service discovery
spring.application.name =maxkey-mgt
############################################################################