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

doleyzi 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 19075fceb1e [INLONG-1168][Bug][Doc] Fix missing 2.3.0 download page 
(#1169)
19075fceb1e is described below

commit 19075fceb1e957ea49d08fb410bd6e6c9fea268b
Author: doleyzi <[email protected]>
AuthorDate: Wed Nov 12 10:25:09 2025 +0800

    [INLONG-1168][Bug][Doc] Fix missing 2.3.0 download page (#1169)
---
 src/pages/downloads/index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/downloads/index.js b/src/pages/downloads/index.js
index b3c81aade95..53a096f07ff 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.2.0";
-    const date = "May. 14, 2025";
+    const version = "2.3.0";
+    const date = "Nov. 11, 2025";
 
     return (
         <Layout title={translate({ message: 'Downloads' })}>

Reply via email to