This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch 31402 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 492dcaa8bf3aa9093b68c8f8319ef0758fc4537f Author: MorrySnow <[email protected]> AuthorDate: Fri Dec 26 10:08:33 2025 +0800 [release](build) change version to 3.1.4-rc02 --- gensrc/script/gen_build_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensrc/script/gen_build_version.sh b/gensrc/script/gen_build_version.sh index 2f92ec2380e..12e3c9e08a2 100755 --- a/gensrc/script/gen_build_version.sh +++ b/gensrc/script/gen_build_version.sh @@ -32,7 +32,7 @@ build_version_major="${DORIS_BUILD_VERSION_MAJOR-3}" build_version_minor="${DORIS_BUILD_VERSION_MINOR-1}" build_version_patch="${DORIS_BUILD_VERSION_PATCH-4}" build_version_hotfix="${DORIS_BUILD_VERSION_HOTFIX-0}" -build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc01"}" +build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc02"}" build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}" if [[ ${build_version_hotfix} -gt 0 ]]; then --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
