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 ab865b9754f feat: release APISIX 3.0.0-beta (aka. 2.99.0) (#1343)
ab865b9754f is described below
commit ab865b9754fc63f860c0a0eb360bf3ab53a1325f
Author: 罗泽轩 <[email protected]>
AuthorDate: Tue Sep 27 10:23:19 2022 +0800
feat: release APISIX 3.0.0-beta (aka. 2.99.0) (#1343)
Signed-off-by: spacewander <[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 4feadf15758..4d2c46d2689 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '2.15.0',
- releaseDate: '2022-07-28',
+ version: '2.99.0',
+ releaseDate: '2022-09-26',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index d2878cd1a6b..0e28f4901db 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -7,12 +7,12 @@ module.exports = [
color: '#e8433e',
githubRepo: 'apache/apisix',
githubBranch: 'master',
- downloadPath: 'apisix/2.15.0/apache-apisix-2.15.0-src',
+ downloadPath: 'apisix/2.99.0/apache-apisix-2.99.0-src',
dockerhubPath: 'apisix',
- version: '2.15.0',
+ version: '3.0.0-beta',
LTSDownloadPath: 'apisix/2.15.0/apache-apisix-2.15.0-src',
LTSVersion: '2.15.0',
- releaseDate: '2022-07-28',
+ releaseDate: '2022-09-26',
firstDocPath: '/getting-started',
},
{