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

spacewander 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 7bf0ab5  feat: release APISIX 2.10.0 (#632)
7bf0ab5 is described below

commit 7bf0ab5a1bbd795e6571c4bb89a6e646115e7ca3
Author: 罗泽轩 <[email protected]>
AuthorDate: Thu Sep 30 09:37:48 2021 +0800

    feat: release APISIX 2.10.0 (#632)
---
 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 9e43b05..e23e20a 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.9",
-        releaseDate: "2021-08-27",
+        version: "2.10.0",
+        releaseDate: "2021-09-28",
         firstDocPath: "/getting-started",
       },
       {
@@ -114,9 +114,9 @@ module.exports = {
         color: "#e8433e",
         githubRepo: "apache/apisix",
         githubBranch: "master",
-        downloadPath: "apisix/2.9/apache-apisix-2.9-src",
-        version: "2.9",
-        releaseDate: "2021-08-27",
+        downloadPath: "apisix/2.10.0/apache-apisix-2.10.0-src",
+        version: "2.10.0",
+        releaseDate: "2021-09-28",
         firstDocPath: "/getting-started",
       },
       {

Reply via email to