You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by su...@apache.org on 2021/11/29 03:18:55 UTC

[apisix-website] branch master updated: feat: release APISIX 2.11.0 (#777)

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

sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 092953d  feat: release APISIX 2.11.0 (#777)
092953d is described below

commit 092953daa98e423b6830a92a67604ffa4aad9c6f
Author: litesun <su...@apache.org>
AuthorDate: Mon Nov 29 11:18:52 2021 +0800

    feat: release APISIX 2.11.0 (#777)
---
 website/config/docs.js      | 4 ++--
 website/config/downloads.js | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/config/docs.js b/website/config/docs.js
index c4b0d97..da88e03 100644
--- a/website/config/docs.js
+++ b/website/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
     shape: "triangle",
     color: "#e8433e",
     githubRepo: "apache/apisix",
-    version: "2.10.2",
-    releaseDate: "2021-11-19",
+    version: "2.11.0",
+    releaseDate: "2021-11-29",
     firstDocPath: "/getting-started",
   },
   {
diff --git a/website/config/downloads.js b/website/config/downloads.js
index 4b40faf..8353985 100644
--- a/website/config/downloads.js
+++ b/website/config/downloads.js
@@ -7,9 +7,9 @@ module.exports = [
     color: "#e8433e",
     githubRepo: "apache/apisix",
     githubBranch: "master",
-    downloadPath: "apisix/2.10.2/apache-apisix-2.10.2-src",
-    version: "2.10.2",
-    releaseDate: "2021-11-19",
+    downloadPath: "apisix/2.11.0/apache-apisix-2.11.0-src",
+    version: "2.11.0",
+    releaseDate: "2021-11-29",
     firstDocPath: "/getting-started",
   },
   {