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 c4c30c5  feat: release APISIX 2.8 (#431)
c4c30c5 is described below

commit c4c30c5c26cfa457ca8837fc912a3bde3cbe3d6c
Author: 罗泽轩 <[email protected]>
AuthorDate: Thu Jul 29 08:45:08 2021 +0800

    feat: release APISIX 2.8 (#431)
---
 website/docusaurus.config.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 7ed09f1..949fea4 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -22,8 +22,8 @@ module.exports = {
         shape: "triangle",
         color: "#e8433e",
         githubRepo: "apache/apisix",
-        version: "2.7",
-        releaseDate: "2021-06-25",
+        version: "2.8",
+        releaseDate: "2021-07-27",
         firstDocPath: "/getting-started",
       },
       {
@@ -103,9 +103,9 @@ module.exports = {
         color: "#e8433e",
         githubRepo: "apache/apisix",
         githubBranch: "master",
-        downloadPath: "apisix/2.7/apache-apisix-2.7-src",
-        version: "2.7",
-        releaseDate: "2021-06-25",
+        downloadPath: "apisix/2.8/apache-apisix-2.8-src",
+        version: "2.8",
+        releaseDate: "2021-07-27",
         firstDocPath: "/getting-started",
       },
       {

Reply via email to