diff --git a/website/config/docs.js b/website/config/docs.js index 28b2db4a6c204..c4b0d979fb8e4 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 66909a83ef48c..d9f3b6122aab6 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", }, {