You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ch...@apache.org on 2021/05/23 10:13:31 UTC

[apisix-dashboard] 03/04: chore: update version no

This is an automated email from the ASF dual-hosted git repository.

chenjunxu pushed a commit to branch release/2.6.1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git

commit 1bbf3ae334ab48482005691cd6bcab7f1509bd21
Author: nic-chen <jo...@163.com>
AuthorDate: Sun May 23 18:04:46 2021 +0800

    chore: update version no
---
 README.md                               | 2 +-
 api/VERSION                             | 2 +-
 api/internal/utils/consts/versionMap.go | 9 +++++----
 docs/en/latest/deploy.md                | 2 +-
 docs/en/latest/develop.md               | 2 +-
 web/package.json                        | 2 +-
 6 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 0011d3a..de160e6 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@
 
 - The master version should be used with Apache APISIX master version.
 
-- 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.
+- 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.
 
 ## What's Apache APISIX Dashboard
 
diff --git a/api/VERSION b/api/VERSION
index 5154b3f..6a6a3d8 100644
--- a/api/VERSION
+++ b/api/VERSION
@@ -1 +1 @@
-2.6
+2.6.1
diff --git a/api/internal/utils/consts/versionMap.go b/api/internal/utils/consts/versionMap.go
index 038fe3e..3862a70 100644
--- a/api/internal/utils/consts/versionMap.go
+++ b/api/internal/utils/consts/versionMap.go
@@ -21,8 +21,9 @@ package consts
 	Val is apisix version
 */
 var VersionMap = map[string]string{
-	"2.3": "2.2",
-	"2.4": "2.3",
-	"2.5": "2.4",
-	"2.6": "2.5",
+	"2.3":   "2.2",
+	"2.4":   "2.3",
+	"2.5":   "2.4",
+	"2.6":   "2.5",
+	"2.6.1": "2.5",
 }
diff --git a/docs/en/latest/deploy.md b/docs/en/latest/deploy.md
index b5a2e68..49e965f 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 release/2.6 https://github.com/apache/apisix-dashboard.git
+$ git clone -b release/2.6.1 https://github.com/apache/apisix-dashboard.git
 ```
 
 ## Build
diff --git a/docs/en/latest/develop.md b/docs/en/latest/develop.md
index 5c3d642..60cf32f 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 release/2.6 https://github.com/apache/apisix-dashboard.git
+$ git clone -b release/2.6.1 https://github.com/apache/apisix-dashboard.git
 ```
 
 ## Start developing
diff --git a/web/package.json b/web/package.json
index 23337e4..ba7735d 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apisix-dashboard",
-  "version": "2.6.0",
+  "version": "2.6.1",
   "private": true,
   "description": "Dashboard for Apache APISIX",
   "scripts": {