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 352e9c61b8 [doc] Fix master docs version to 1.5-SNAPSHOT (#7546)
352e9c61b8 is described below
commit 352e9c61b8e03658ec63784ae1c552a26fceb723
Author: YeJunHao <[email protected]>
AuthorDate: Sat Mar 28 09:21:12 2026 +0800
[doc] Fix master docs version to 1.5-SNAPSHOT (#7546)
---
docs/config.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index a9c2728626..5316a9ad9e 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 = "1.4-SNAPSHOT"
+ Version = "1.5-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 = "1.4-SNAPSHOT"
+ VersionTitle = "1.5-SNAPSHOT"
# The branch for this version of Apache Paimon
Branch = "master"