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 8930da55923 feat: release APISIX 3.0.0 (#1388)
8930da55923 is described below

commit 8930da55923cbebc9081bf7fef0d9eaa1306fc73
Author: tzssangglass <[email protected]>
AuthorDate: Wed Nov 2 10:06:29 2022 +0800

    feat: release APISIX 3.0.0 (#1388)
    
    Signed-off-by: tzssangglass <[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 4d2c46d2689..17642233a66 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
     shape: 'triangle',
     color: '#e8433e',
     githubRepo: 'apache/apisix',
-    version: '2.99.0',
-    releaseDate: '2022-09-26',
+    version: '3.0.0',
+    releaseDate: '2022-11-02',
     firstDocPath: '/getting-started',
   },
   {
diff --git a/config/downloads.js b/config/downloads.js
index 0e28f4901db..07fb9146da5 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.99.0/apache-apisix-2.99.0-src',
+    downloadPath: 'apisix/3.0.0/apache-apisix-3.0.0-src',
     dockerhubPath: 'apisix',
-    version: '3.0.0-beta',
+    version: '3.0.0',
     LTSDownloadPath: 'apisix/2.15.0/apache-apisix-2.15.0-src',
     LTSVersion: '2.15.0',
-    releaseDate: '2022-09-26',
+    releaseDate: '2022-11-02',
     firstDocPath: '/getting-started',
   },
   {

Reply via email to