This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 07254c15ab [INLONG-754][Doc] Fix the download page 1.7.0 'Release
Date' error (#755)
07254c15ab is described below
commit 07254c15ab7dc44336e3394498a81c97cc07cf35
Author: Hao <[email protected]>
AuthorDate: Tue May 23 18:15:49 2023 +0800
[INLONG-754][Doc] Fix the download page 1.7.0 'Release Date' error (#755)
---
src/pages/downloads/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/downloads/index.js b/src/pages/downloads/index.js
index 6a860be2c9..21342ed3bb 100644
--- a/src/pages/downloads/index.js
+++ b/src/pages/downloads/index.js
@@ -6,7 +6,7 @@ import Translate, { translate } from '@docusaurus/Translate';
export default function() {
const version = "1.7.0";
- const date = "May. 23, 2023";
+ const date = "May. 19, 2023";
return (
<Layout title={translate({ message: 'Downloads' })}>