This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 f9104bd feat: release APISIX 2.10.2 (#755)
f9104bd is described below
commit f9104bdca50015722ab6e3714bbcd2d17e5c5bb3
Author: tzssangglass <[email protected]>
AuthorDate: Fri Nov 19 06:33:40 2021 -0600
feat: release APISIX 2.10.2 (#755)
Signed-off-by: tzssangglass <[email protected]>
---
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 28b2db4..c4b0d97 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.1",
- releaseDate: "2021-10-28",
+ version: "2.10.2",
+ releaseDate: "2021-11-19",
firstDocPath: "/getting-started",
},
{
diff --git a/website/config/downloads.js b/website/config/downloads.js
index 66909a8..d9f3b61 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.1/apache-apisix-2.10.1-src",
- version: "2.10.1",
- releaseDate: "2021-10-28",
+ downloadPath: "apisix/2.10.2/apache-apisix-2.10.2-src",
+ version: "2.10.2",
+ releaseDate: "2021-11-19",
firstDocPath: "/getting-started",
},
{