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 5046c296f6b [INLONG-1146][Bug][Doc] Fix missing 2.2.0 download page
(#1147)
5046c296f6b is described below
commit 5046c296f6b175091540694d95834186a3fb6199
Author: vernedeng <[email protected]>
AuthorDate: Fri May 30 14:09:27 2025 +0800
[INLONG-1146][Bug][Doc] Fix missing 2.2.0 download page (#1147)
---
download/index.md | 2 +-
i18n/zh-CN/docusaurus-plugin-content-pages-download/index.md | 2 +-
src/pages/downloads/index.js | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/download/index.md b/download/index.md
index 09bc526c3cb..da9631d67dc 100644
--- a/download/index.md
+++ b/download/index.md
@@ -2,7 +2,7 @@
title: Download
---
-## Current version 2.1.0
+## Current version 2.2.0
You can download the latest version here.
| Name | Version | Date |
Downloads
[...]
diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages-download/index.md
b/i18n/zh-CN/docusaurus-plugin-content-pages-download/index.md
index bd4c7c57fe1..d7bade156fc 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-pages-download/index.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-pages-download/index.md
@@ -2,7 +2,7 @@
title: 下载
---
-## 最新版本 2.1.0
+## 最新版本 2.2.0
你可以在这里下载到最新的版本。
| 名称 | 版本 | 日期 |
Downloads
[...]
diff --git a/src/pages/downloads/index.js b/src/pages/downloads/index.js
index a09676f7bb0..b3c81aade95 100644
--- a/src/pages/downloads/index.js
+++ b/src/pages/downloads/index.js
@@ -5,8 +5,8 @@ import Translate, { translate } from '@docusaurus/Translate';
export default function() {
- const version = "2.1.0";
- const date = "January. 03, 2025";
+ const version = "2.2.0";
+ const date = "May. 14, 2025";
return (
<Layout title={translate({ message: 'Downloads' })}>