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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 284197925 [doc] Update to 0.9
284197925 is described below

commit 284197925a9a8a6cce3a6da3ea4816226e12a1a2
Author: Jingsong <[email protected]>
AuthorDate: Fri May 10 09:45:13 2024 +0800

    [doc] Update to 0.9
---
 docs/config.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 83842f52b..87e1eea72 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
   # we change the version for the complete docs when forking of a release 
branch
   # etc.
   # The full version string as referenced in Maven (e.g. 1.2.1)
-  Version = "0.8-SNAPSHOT"
+  Version = "0.9-SNAPSHOT"
 
   # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
   # release this should be the same as the regular version
-  VersionTitle = "0.8-SNAPSHOT"
+  VersionTitle = "0.9-SNAPSHOT"
 
   # The branch for this version of Apache Paimon
   Branch = "master"
@@ -64,12 +64,12 @@ pygmentsUseClasses = true
     ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
   ]
 
-  StableDocs = "https://paimon.apache.org/docs/0.7";
+  StableDocs = "https://paimon.apache.org/docs/0.8";
 
   PreviousDocs = [
     ["master", "https://paimon.apache.org/docs/master";],
-    ["stable", "https://paimon.apache.org/docs/0.7";],
-    ["0.7", "https://paimon.apache.org/docs/0.7";],
+    ["stable", "https://paimon.apache.org/docs/0.8";],
+    ["0.8", "https://paimon.apache.org/docs/0.8";],
   ]
 
   BookSection = '/'

Reply via email to