From 36da15a500c53a5e428e064842e083df10d894c1 Mon Sep 17 00:00:00 2001 From: Hang Ruan Date: Thu, 23 Jan 2025 15:55:44 +0800 Subject: [PATCH] [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"