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

shuyangw 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 1d6c2a4  fix: Release date correction for java and go runner (#421)
1d6c2a4 is described below

commit 1d6c2a4de18be18e6b5a7eba4ed4777c52dbd34f
Author: Ayush das <[email protected]>
AuthorDate: Fri Jul 23 01:35:53 2021 +0530

    fix: Release date correction for java and go runner (#421)
---
 website/docusaurus.config.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 0739f52..a3b5083 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -79,7 +79,7 @@ module.exports = {
         color: "#FB9300",
         githubRepo: "apache/apisix-java-plugin-runner",
         version: "0.1.0",
-        releaseDate: "2021-06-23",
+        releaseDate: "2021-07-09",
         firstDocPath: "/development",
       },
       {
@@ -90,7 +90,7 @@ module.exports = {
         color: "#3B14A7",
         githubRepo: "apache/apisix-go-plugin-runner",
         version: "0.1.0",
-        releaseDate: "2021-07-6",
+        releaseDate: "2021-07-15",
         firstDocPath: "/getting-started",
       }
     ],
@@ -145,7 +145,7 @@ module.exports = {
         githubBranch: "main",
         downloadPath: 
"apisix/java-plugin-runner/0.1/apisix-java-plugin-runner-0.1.0-src",
         version: "0.1.0",
-        releaseDate: "2021-06-23",
+        releaseDate: "2021-07-09",
         firstDocPath: "/development",
       },
       {
@@ -158,7 +158,7 @@ module.exports = {
         githubBranch: "master",
         downloadPath: 
"apisix/go-plugin-runner/0.1.0/apisix-go-plugin-runner-0.1.0-src",
         version: "0.1.0",
-        releaseDate: "2021-07-6",
+        releaseDate: "2021-07-15",
         firstDocPath: "/getting-started",
       }
     ],

Reply via email to