Skip to content

Commit 1bbf3ae

Browse files
committed
chore: update version no
1 parent e40977f commit 1bbf3ae

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
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.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.
34+
- The latest released version is [2.6.1](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.6
1+
2.6.1

api/internal/utils/consts/versionMap.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ package consts
2121
Val is apisix version
2222
*/
2323
var VersionMap = map[string]string{
24-
"2.3": "2.2",
25-
"2.4": "2.3",
26-
"2.5": "2.4",
27-
"2.6": "2.5",
24+
"2.3": "2.2",
25+
"2.4": "2.3",
26+
"2.5": "2.4",
27+
"2.6": "2.5",
28+
"2.6.1": "2.5",
2829
}

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

0 commit comments

Comments
 (0)