This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new ca33ebcebae 4.1.0-rc01
ca33ebcebae is described below
commit ca33ebcebae5ec9842ec6ede1ffc0c6f46023315
Author: yiguolei <[email protected]>
AuthorDate: Mon Mar 16 16:24:15 2026 +0800
4.1.0-rc01
---
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 5ee90eb7bab..8b464a5a76b 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -29,8 +29,8 @@ set -eo pipefail
build_version_prefix="${DORIS_BUILD_VERSION_PREFIX-doris}"
build_version_major="${DORIS_BUILD_VERSION_MAJOR-4}"
-build_version_minor="${DORIS_BUILD_VERSION_MINOR-0}"
-build_version_patch="${DORIS_BUILD_VERSION_PATCH-4}"
+build_version_minor="${DORIS_BUILD_VERSION_MINOR-1}"
+build_version_patch="${DORIS_BUILD_VERSION_PATCH-0}"
build_version_hotfix="${DORIS_BUILD_VERSION_HOTFIX-0}"
build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc01"}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]