This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 59de8c4c524 4.0.5-rc01 (#61772)
59de8c4c524 is described below
commit 59de8c4c524008e8ab2e43b79312f716a3a423a8
Author: yiguolei <[email protected]>
AuthorDate: Fri Mar 27 09:46:30 2026 +0800
4.0.5-rc01 (#61772)
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
- [ ] Regression test
- [ ] Unit Test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No need to test or manual test. Explain why:
- [ ] This is a refactor/code format and no logic has been changed.
- [ ] Previous test can cover this change.
- [ ] No code files have been changed.
- [ ] Other reason <!-- Add your reason? -->
- Behavior changed:
- [ ] No.
- [ ] Yes. <!-- Explain the behavior change -->
- Does this need documentation?
- [ ] No.
- [ ] Yes. <!-- Add document PR link here. eg:
https://github.com/apache/doris-website/pull/1214 -->
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label <!-- Add branch pick label that this PR
should merge into -->
---
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 5ee90eb7bab..1ca1525779a 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -30,7 +30,7 @@ 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_patch="${DORIS_BUILD_VERSION_PATCH-5}"
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]