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

- Version + Version Documentation @@ -125,6 +125,7 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer | v2.6.2 | v2.6.2 | | v2.6.3 | v2.6.3 | | v2.6.4 | v2.6.4 | +| v2.6.5 | v2.6.5 | Please download the corresponding management backend version according to the version of the community version diff --git a/README.md b/README.md index 65edd02..fd3a799 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Version + Version Documentation @@ -123,6 +123,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path] | v2.6.2 | v2.6.2 | | v2.6.3 | v2.6.3 | | v2.6.4 | v2.6.4 | +| v2.6.5 | v2.6.5 | 请根据社区版的版本下载对应的管理后台版本 diff --git a/docker-compose.yml b/docker-compose.yml index b3e95b1..11ca443 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.4" + image: "fizzgate/fizz-mysql:2.6.5" 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.4" + image: "fizzgate/fizz-gateway-community:2.6.5" 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.4" + image: "fizzgate/fizz-manager-professional:2.6.5" container_name: fizz-manager-professional restart: always hostname: fizz-manager-professional diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index 034eefb..35b978b 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -12,7 +12,7 @@ com.fizzgate fizz-bootstrap - 2.6.5-beta1 + 2.6.5 1.8 diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml index 8a5a43f..b0c6025 100644 --- a/fizz-common/pom.xml +++ b/fizz-common/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.6.5-beta1 + 2.6.5 ../pom.xml 4.0.0 diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index 5ba3cbc..ca413c6 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.6.5-beta1 + 2.6.5 ../pom.xml 4.0.0 diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml index e5ad632..ab62934 100644 --- a/fizz-plugin/pom.xml +++ b/fizz-plugin/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.6.5-beta1 + 2.6.5 ../pom.xml 4.0.0 diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml index fee8e70..e1d14c1 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.6.5-beta1 + 2.6.5 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index c8ccef1..78cf3bf 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ fizz-gateway-community ${project.artifactId} fizz gateway community - 2.6.5-beta1 + 2.6.5 pom fizz-common