This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-4.1.4
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1.4 by this push:
new b5bb793c6b2 bump to 4.1.4.1-rc01 (#68403)
b5bb793c6b2 is described below
commit b5bb793c6b2ad7504742664c069e812f1c995d87
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Wed Sep 23 11:00:27 2026 +0800
bump to 4.1.4.1-rc01 (#68403)
---
gensrc/script/gen_build_version.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gensrc/script/gen_build_version.sh
b/gensrc/script/gen_build_version.sh
index 1ee9b1927c5..138cf597d46 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -31,8 +31,8 @@ build_version_prefix="${DORIS_BUILD_VERSION_PREFIX-doris}"
build_version_major="${DORIS_BUILD_VERSION_MAJOR-4}"
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-"rc04"}"
+build_version_hotfix="${DORIS_BUILD_VERSION_HOTFIX-1}"
+build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc01"}"
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]