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 e3f873cb93 [doc] Modify master to 1.4-SNAPSHOT (#6319)
e3f873cb93 is described below
commit e3f873cb930c0e85acb53ffaf90fdf6711032d79
Author: Kerwin Zhang <[email protected]>
AuthorDate: Wed Sep 24 11:00:40 2025 +0800
[doc] Modify master to 1.4-SNAPSHOT (#6319)
---
docs/config.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 41efc79930..6f49369eb5 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.3-SNAPSHOT"
+ Version = "1.4-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.3-SNAPSHOT"
+ VersionTitle = "1.4-SNAPSHOT"
# The branch for this version of Apache Paimon
Branch = "master"