Skip to content

Commit

Permalink
feat: release APISIX 2.10.2 (#755)
Browse files Browse the repository at this point in the history
Signed-off-by: tzssangglass <[email protected]>
  • Loading branch information
tzssangglass authored Nov 19, 2021
1 parent c4619d0 commit f9104bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions website/config/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down
6 changes: 3 additions & 3 deletions website/config/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down

0 comments on commit f9104bd

Please sign in to comment.