Skip to content

Commit b28a12c

Browse files
committed
chore: update version number
1 parent 5406ba3 commit b28a12c

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
- The master version should be used with Apache APISIX master version.
3333

34-
- The latest released version is [2.5](https://apisix.apache.org/downloads/) and should be used with [Apache APISIX 2.4](https://apisix.apache.org/downloads/). It is not recommended to use with other Apache APISIX versions.
34+
- The latest released version is [2.6](https://apisix.apache.org/downloads/) and should be used with [Apache APISIX 2.5](https://apisix.apache.org/downloads/). It is not recommended to use with other Apache APISIX versions.
3535

3636
## What's Apache APISIX Dashboard
3737

api/VERSION

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

api/internal/utils/consts/versionMap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ var VersionMap = map[string]string{
2424
"2.3": "2.2",
2525
"2.4": "2.3",
2626
"2.5": "2.4",
27+
"2.6": "2.5",
2728
}

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 release/2.5 https://github.com/apache/apisix-dashboard.git
48+
$ git clone -b release/2.6 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 release/2.5 https://github.com/apache/apisix-dashboard.git
33+
$ git clone -b release/2.6 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.5.0",
3+
"version": "2.6.0",
44
"private": true,
55
"description": "Dashboard for Apache APISIX",
66
"scripts": {

0 commit comments

Comments
 (0)