Skip to content

Commit f9104bd

Browse files
authored
feat: release APISIX 2.10.2 (#755)
Signed-off-by: tzssangglass <tzssangglass@gmail.com>
1 parent c4619d0 commit f9104bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/config/docs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module.exports = [
66
shape: "triangle",
77
color: "#e8433e",
88
githubRepo: "apache/apisix",
9-
version: "2.10.1",
10-
releaseDate: "2021-10-28",
9+
version: "2.10.2",
10+
releaseDate: "2021-11-19",
1111
firstDocPath: "/getting-started",
1212
},
1313
{

website/config/downloads.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ module.exports = [
77
color: "#e8433e",
88
githubRepo: "apache/apisix",
99
githubBranch: "master",
10-
downloadPath: "apisix/2.10.1/apache-apisix-2.10.1-src",
11-
version: "2.10.1",
12-
releaseDate: "2021-10-28",
10+
downloadPath: "apisix/2.10.2/apache-apisix-2.10.2-src",
11+
version: "2.10.2",
12+
releaseDate: "2021-11-19",
1313
firstDocPath: "/getting-started",
1414
},
1515
{

0 commit comments

Comments
 (0)