This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 d079bbd0356 feat: release APISIX 3.4.0 (#1632)
d079bbd0356 is described below
commit d079bbd0356248bce4c256017afa178f37dae54d
Author: Xin Rong <[email protected]>
AuthorDate: Thu Jul 6 09:34:00 2023 +0800
feat: release APISIX 3.4.0 (#1632)
---
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 993e7680eab..fa052427221 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.3.0',
- releaseDate: '2023-05-05',
+ version: '3.4.0',
+ releaseDate: '2023-06-30',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 3469769aa4c..4d463d52334 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.3.0/apache-apisix-3.3.0-src',
+ downloadPath: 'apisix/3.4.0/apache-apisix-3.4.0-src',
dockerhubPath: 'apisix',
- version: '3.3.0',
+ version: '3.4.0',
LTSDownloadPath: 'apisix/3.2.1/apache-apisix-3.2.1-src',
LTSVersion: '3.2.1',
- releaseDate: '2023-05-31',
+ releaseDate: '2023-06-30',
firstDocPath: '/getting-started',
},
{