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

guoqi 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 ce54f543641  feat: release APISIX Go Plugin Runner 0.4.0 (#1175)
ce54f543641 is described below

commit ce54f543641c643e60591eaf772c3715762fbd1e
Author: soulbird <[email protected]>
AuthorDate: Fri Jul 1 09:12:25 2022 +0800

     feat: release APISIX Go Plugin Runner 0.4.0 (#1175)
---
 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 a11b76820eb..20375b9b302 100644
--- a/website/config/docs.js
+++ b/website/config/docs.js
@@ -73,8 +73,8 @@ module.exports = [
     shape: 'octagon',
     color: '#3B14A7',
     githubRepo: 'apache/apisix-go-plugin-runner',
-    version: '0.3.0',
-    releaseDate: '2021-04-06',
+    version: '0.4.0',
+    releaseDate: '2022-06-30',
     firstDocPath: '/getting-started',
   },
   {
diff --git a/website/config/downloads.js b/website/config/downloads.js
index a6e5e4365db..6ed14154df3 100644
--- a/website/config/downloads.js
+++ b/website/config/downloads.js
@@ -65,9 +65,9 @@ module.exports = [
     color: '#3B14A7',
     githubRepo: 'apache/apisix-go-plugin-runner',
     githubBranch: 'master',
-    downloadPath: 
'apisix/go-plugin-runner/0.3.0/apisix-go-plugin-runner-0.3.0-src',
-    version: '0.3.0',
-    releaseDate: '2022-04-06',
+    downloadPath: 
'apisix/go-plugin-runner/0.4.0/apisix-go-plugin-runner-0.4.0-src',
+    version: '0.4.0',
+    releaseDate: '2022-06-30',
     firstDocPath: '/getting-started',
   },
   {

Reply via email to