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', REDIRECT_URI: 'redirect_uri',
REMEMBER: 'remember_me', REMEMBER: 'remember_me',
TOKEN: '_token', TOKEN: '_token',
VERSION: 'v3.5.8 GA' VERSION: 'v3.5.9 GA'
}; };

View File

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

View File

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

View File

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

View File

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