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 ac673710006 feat: release APISIX 2.15.0 (#1243)
ac673710006 is described below

commit ac6737100060c732b7a3536ade1ec0ad5ea5c249
Author: soulbird <[email protected]>
AuthorDate: Thu Jul 28 18:26:41 2022 +0800

    feat: release APISIX 2.15.0 (#1243)
---
 config/docs.js      |  4 ++--
 config/downloads.js | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/config/docs.js b/config/docs.js
index 20375b9b302..eef5aed7e8b 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
     shape: 'triangle',
     color: '#e8433e',
     githubRepo: 'apache/apisix',
-    version: '2.14.1',
-    releaseDate: '2022-05-27',
+    version: '2.15.0',
+    releaseDate: '2022-07-28',
     firstDocPath: '/getting-started',
   },
   {
diff --git a/config/downloads.js b/config/downloads.js
index 6ed14154df3..05db93bfdf2 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.14.1/apache-apisix-2.14.1-src',
+    downloadPath: 'apisix/2.15.0/apache-apisix-2.15.0-src',
     dockerhubPath: 'apisix',
-    version: '2.14.1',
-    LTSDownloadPath: 'apisix/2.13.2/apache-apisix-2.13.2-src',
-    LTSVersion: '2.13.2',
-    releaseDate: '2022-06-27',
+    version: '2.15.0',
+    LTSDownloadPath: 'apisix/2.15.0/apache-apisix-2.15.0-src',
+    LTSVersion: '2.15.0',
+    releaseDate: '2022-07-28',
     firstDocPath: '/getting-started',
   },
   {

Reply via email to