diff --git a/README.en-us.md b/README.en-us.md index f5f22f4..8047f6e 100644 --- a/README.en-us.md +++ b/README.en-us.md @@ -4,7 +4,7 @@ English | [简体中文](./README.md)

- Version + Version Documentation @@ -127,6 +127,7 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer | v2.6.4 | v2.6.4 | | v2.6.5 | v2.6.5 | | v2.6.6 | v2.6.6 | +| v2.7.0 | v2.7.0 | Please download the corresponding management backend version according to the version of the community version diff --git a/README.md b/README.md index 106643e..357acbd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Version + Version Documentation @@ -125,6 +125,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path] | v2.6.4 | v2.6.4 | | v2.6.5 | v2.6.5 | | v2.6.6 | v2.6.6 | +| v2.7.0 | v2.7.0 | 请根据社区版的版本下载对应的管理后台版本 diff --git a/docker-compose.yml b/docker-compose.yml index 326eb3c..0c999fc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.6" services: fizz-mysql: - image: "fizzgate/fizz-mysql:2.6.6" + image: "fizzgate/fizz-mysql:2.7.0" container_name: fizz-mysql restart: always hostname: fizz-mysql @@ -27,7 +27,7 @@ services: - fizz fizz-gateway-community: - image: "fizzgate/fizz-gateway-community:2.6.6" + image: "fizzgate/fizz-gateway-community:2.7.0" container_name: fizz-gateway-community restart: always hostname: fizz-gateway-community @@ -48,7 +48,7 @@ services: - fizz fizz-manager-professional: - image: "fizzgate/fizz-manager-professional:2.6.6" + image: "fizzgate/fizz-manager-professional:2.7.0" container_name: fizz-manager-professional restart: always hostname: fizz-manager-professional diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index 7a70e62..976923f 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -6,7 +6,7 @@ fizz-gateway-community com.fizzgate - 2.7.0-beta1 + 2.7.0 ../pom.xml @@ -18,7 +18,7 @@ Dragonfruit-SR3 Dysprosium-SR25 5.3.7.RELEASE - 4.1.78.Final + 4.1.80.Final 4.4.15 2.17.2 1.7.36 diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml index 11ad084..27ff035 100644 --- a/fizz-common/pom.xml +++ b/fizz-common/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.7.0-beta1 + 2.7.0 ../pom.xml 4.0.0 diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index eff7f02..3aa5b62 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.7.0-beta1 + 2.7.0 ../pom.xml 4.0.0 diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml index 89a8c69..4f62a6d 100644 --- a/fizz-plugin/pom.xml +++ b/fizz-plugin/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.7.0-beta1 + 2.7.0 ../pom.xml 4.0.0 diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml index e7ef2bd..38d1735 100644 --- a/fizz-spring-boot-starter/pom.xml +++ b/fizz-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.7.0-beta1 + 2.7.0 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 095cad3..d72fca9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ Dysprosium-SR25 5.3.7.RELEASE 2.2.7.RELEASE - 4.1.79.Final + 4.1.80.Final 4.4.15 2.17.2 1.7.36 @@ -38,7 +38,7 @@ fizz-gateway-community ${project.artifactId} fizz gateway community - 2.7.0-beta1 + 2.7.0 pom fizz-common