Skip to content

Commit 02b6522

Browse files
committed
release: new version 2.5
1 parent b5c5056 commit 02b6522

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4
1+
2.5

docs/en/latest/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ go env -w GOPROXY=https://goproxy.cn,direct
4545
## Clone the project
4646

4747
```sh
48-
$ git clone -b v2.4 https://github.com/apache/apisix-dashboard.git
48+
$ git clone -b release/2.5 https://github.com/apache/apisix-dashboard.git
4949
```
5050

5151
## Build

docs/en/latest/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before development, refer to this [guide](./deploy.md) to install dependencies.
3030
## Clone the project
3131

3232
```sh
33-
$ git clone -b v2.4 https://github.com/apache/apisix-dashboard.git
33+
$ git clone -b release/2.5 https://github.com/apache/apisix-dashboard.git
3434
```
3535

3636
## Start developing

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apisix-dashboard",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"private": true,
55
"description": "Dashboard for Apache APISIX",
66
"scripts": {

0 commit comments

Comments
 (0)