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/incubator-paimon.git
commit c283f28c19952a8d41d8fec976ef1f3e872c2ea2 Author: Jingsong <[email protected]> AuthorDate: Thu Nov 23 13:30:03 2023 +0800 [doc] Update doc to 0.7-SNAPSHOT --- docs/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index af11fd7b1..9d047074d 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.6-SNAPSHOT" + Version = "0.7-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.6-SNAPSHOT" + VersionTitle = "0.7-SNAPSHOT" # The branch for this version of Apache Paimon Branch = "master"
