This is an automated email from the ASF dual-hosted git repository.
young 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 12a007d8e21 feat: release APISIX 3.1.0 (#1460)
12a007d8e21 is described below
commit 12a007d8e215ddbb7664d0b9d68467b0f2edf4c3
Author: 罗泽轩 <[email protected]>
AuthorDate: Fri Dec 30 11:39:08 2022 +0800
feat: release APISIX 3.1.0 (#1460)
---
config/docs.js | 4 ++--
config/downloads.js | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/docs.js b/config/docs.js
index 2fd29fcedc9..a70b0a8509f 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.0.0',
- releaseDate: '2022-11-02',
+ version: '3.1.0',
+ releaseDate: '2022-12-29',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 288bbe78b6b..2f1f7391e2e 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -7,12 +7,12 @@ module.exports = [
color: '#e8433e',
githubRepo: 'apache/apisix',
githubBranch: 'master',
- downloadPath: 'apisix/3.0.0/apache-apisix-3.0.0-src',
+ downloadPath: 'apisix/3.1.0/apache-apisix-3.1.0-src',
dockerhubPath: 'apisix',
- version: '3.0.0',
+ version: '3.1.0',
LTSDownloadPath: 'apisix/2.15.1/apache-apisix-2.15.1-src',
LTSVersion: '2.15.1',
- releaseDate: '2022-11-17',
+ releaseDate: '2022-12-29',
firstDocPath: '/getting-started',
},
{