This is an automated email from the ASF dual-hosted git repository. ruanhang1993 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push: new 36da15a50 [hotfix][docs] Change docs in master to 3.4-SNAPSHOT (#3886) 36da15a50 is described below commit 36da15a500c53a5e428e064842e083df10d894c1 Author: Hang Ruan <ruanhang1...@hotmail.com> AuthorDate: Thu Jan 23 15:55:44 2025 +0800 [hotfix][docs] Change docs in master to 3.4-SNAPSHOT (#3886) --- docs/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index f79844e63..95fb76993 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -34,11 +34,11 @@ pygmentsUseClasses = true # where 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 = "3.3-SNAPSHOT" + Version = "3.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 = "3.3-SNAPSHOT" + VersionTitle = "3.4-SNAPSHOT" # The branch for this version of Apache Flink CDC Branch = "master"