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

- Version + Version Documentation @@ -110,6 +110,7 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer | v2.3.0 | v2.3.0 | | v2.3.2 | v2.3.2 | | v2.3.3 | v2.3.3 | +| v2.4.0 | v2.4.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 fafbb86..89b33a7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Version + Version Documentation @@ -111,6 +111,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path] | v2.3.0 | v2.3.0 | | v2.3.2 | v2.3.2 | | v2.3.3 | v2.3.3 | +| v2.4.0 | v2.4.0 | 请根据社区版的版本下载对应的管理后台版本 diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index b90fe31..ebedbdd 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -12,7 +12,7 @@ com.fizzgate fizz-bootstrap - 2.4.0-beta1 + 2.4.0 1.8 diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml index 1194467..fc8ff13 100644 --- a/fizz-common/pom.xml +++ b/fizz-common/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.4.0-beta1 + 2.4.0 ../pom.xml 4.0.0 diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index 62ffd1c..f41a9f1 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.4.0-beta1 + 2.4.0 ../pom.xml 4.0.0 diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml index 1c1d862..82e6764 100644 --- a/fizz-plugin/pom.xml +++ b/fizz-plugin/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.4.0-beta1 + 2.4.0 ../pom.xml 4.0.0 diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml index 403ac3b..6b52c41 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.4.0-beta1 + 2.4.0 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 97f7585..a64c5bf 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ fizz-gateway-community ${project.artifactId} fizz gateway community - 2.4.0-beta1 + 2.4.0 pom fizz-common