This is an automated email from the ASF dual-hosted git repository.

spacewander 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 7565d0e1112 feat: release APISIX 2.14.0 (#1116)
7565d0e1112 is described below

commit 7565d0e111255fd23362459d2c4f1e7c1f202618
Author: 罗泽轩 <[email protected]>
AuthorDate: Mon May 23 16:17:29 2022 +0800

    feat: release APISIX 2.14.0 (#1116)
    
    Signed-off-by: spacewander <[email protected]>
---
 website/config/docs.js      | 4 ++--
 website/config/downloads.js | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/config/docs.js b/website/config/docs.js
index eaaea9c298b..1d997a44f16 100644
--- a/website/config/docs.js
+++ b/website/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
     shape: 'triangle',
     color: '#e8433e',
     githubRepo: 'apache/apisix',
-    version: '2.13.1',
-    releaseDate: '2022-04-15',
+    version: '2.14.0',
+    releaseDate: '2022-05-22',
     firstDocPath: '/getting-started',
   },
   {
diff --git a/website/config/downloads.js b/website/config/downloads.js
index 3fb5cab678e..43190a83492 100644
--- a/website/config/downloads.js
+++ b/website/config/downloads.js
@@ -7,12 +7,12 @@ module.exports = [
     color: '#e8433e',
     githubRepo: 'apache/apisix',
     githubBranch: 'master',
-    downloadPath: 'apisix/2.13.1/apache-apisix-2.13.1-src',
+    downloadPath: 'apisix/2.14.0/apache-apisix-2.14.0-src',
     dockerhubPath: 'apisix',
-    version: '2.13.1',
+    version: '2.14.0',
     LTSDownloadPath: 'apisix/2.13.1/apache-apisix-2.13.1-src',
     LTSVersion: '2.13.1',
-    releaseDate: '2022-04-15',
+    releaseDate: '2022-05-22',
     firstDocPath: '/getting-started',
   },
   {

Reply via email to