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

yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git

commit 1beab98ffcc0f81dbe555d35f5f523c5a782c0be
Author: yuxia <[email protected]>
AuthorDate: Fri Feb 6 20:06:13 2026 +0800

    [docs] Add version item for 0.10.0-incubating in fluss-versions.json
---
 website/fluss-versions.json | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/website/fluss-versions.json b/website/fluss-versions.json
index 48020de05..3e18a4d69 100644
--- a/website/fluss-versions.json
+++ b/website/fluss-versions.json
@@ -1,9 +1,18 @@
 [
   {
     "versionName": "next",
-    "fullVersion": "0.9-SNAPSHOT",
+    "fullVersion": "0.10-SNAPSHOT",
+    "shortVersion": "0.10",
+    "dockerVersion": "0.10-SNAPSHOT",
+    "paimonVersion": "1.3.1",
+    "paimonVersionShort": "1.3",
+    "released": false
+  },   
+  {
+    "versionName": "version-0.9",
+    "fullVersion": "0.9.0-incubating",
     "shortVersion": "0.9",
-    "dockerVersion": "0.9-SNAPSHOT",
+    "dockerVersion": "0.9.0-incubating-rc0",
     "paimonVersion": "1.3.1",
     "paimonVersionShort": "1.3",
     "released": false
@@ -36,4 +45,4 @@
     "dockerVersion": "0.5.0",
     "released": true
   }
-]
\ No newline at end of file
+]

Reply via email to