This is an automated email from the ASF dual-hosted git repository.
bzp2010 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 cf9746fb70f feat: release APISIX 3.4.1 (#1651)
cf9746fb70f is described below
commit cf9746fb70f338f449b5487de0576243ff1e647d
Author: Sn0rt <[email protected]>
AuthorDate: Tue Jul 25 11:37:26 2023 +0800
feat: release APISIX 3.4.1 (#1651)
Signed-off-by: Sn0rt <[email protected]>
---
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 fa052427221..156cef6dc30 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.4.0',
- releaseDate: '2023-06-30',
+ version: '3.4.1',
+ releaseDate: '2023-07-21',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 4d463d52334..63eae801bf4 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.4.0/apache-apisix-3.4.0-src',
+ downloadPath: 'apisix/3.4.1/apache-apisix-3.4.1-src',
dockerhubPath: 'apisix',
- version: '3.4.0',
+ version: '3.4.1',
LTSDownloadPath: 'apisix/3.2.1/apache-apisix-3.2.1-src',
LTSVersion: '3.2.1',
- releaseDate: '2023-06-30',
+ releaseDate: '2023-07-21',
firstDocPath: '/getting-started',
},
{