This is an automated email from the ASF dual-hosted git repository. chenjunxu pushed a commit to branch release/2.5 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
commit 02b652212b35495f74acb3849d359c7d027e2ad9 Author: nic-chen <j...@163.com> AuthorDate: Tue Mar 23 22:23:33 2021 +0800 release: new version 2.5 --- api/VERSION | 2 +- docs/en/latest/deploy.md | 2 +- docs/en/latest/develop.md | 2 +- web/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/VERSION b/api/VERSION index 6b4950e..95e3ba8 100644 --- a/api/VERSION +++ b/api/VERSION @@ -1 +1 @@ -2.4 +2.5 diff --git a/docs/en/latest/deploy.md b/docs/en/latest/deploy.md index b841544..34fb0db 100644 --- a/docs/en/latest/deploy.md +++ b/docs/en/latest/deploy.md @@ -45,7 +45,7 @@ $ go env -w GOPROXY=https://goproxy.cn,direct ## Clone the project ```sh -$ git clone -b v2.4 https://github.com/apache/apisix-dashboard.git +$ git clone -b release/2.5 https://github.com/apache/apisix-dashboard.git ``` ## Build diff --git a/docs/en/latest/develop.md b/docs/en/latest/develop.md index 260799b..2ba9ca4 100644 --- a/docs/en/latest/develop.md +++ b/docs/en/latest/develop.md @@ -30,7 +30,7 @@ Before development, refer to this [guide](./deploy.md) to install dependencies. ## Clone the project ```sh -$ git clone -b v2.4 https://github.com/apache/apisix-dashboard.git +$ git clone -b release/2.5 https://github.com/apache/apisix-dashboard.git ``` ## Start developing diff --git a/web/package.json b/web/package.json index e04d11b..a98a193 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "apisix-dashboard", - "version": "2.4.0", + "version": "2.5.0", "private": true, "description": "Dashboard for Apache APISIX", "scripts": {