This is an automated email from the ASF dual-hosted git repository.

morningman 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 0fefed17bd8 [release] bump to 4.0.8-rc01 (#66550)
0fefed17bd8 is described below

commit 0fefed17bd875a0931da0c59ca8ea904ce47591a
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Thu Aug 6 19:53:20 2026 +0800

    [release] bump to 4.0.8-rc01 (#66550)
---
 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 762b7d594b7..5a7b1063b5b 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -30,9 +30,9 @@ 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-7}"
+build_version_patch="${DORIS_BUILD_VERSION_PATCH-8}"
 build_version_hotfix="${DORIS_BUILD_VERSION_HOTFIX-0}"
-build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc02"}"
+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]

Reply via email to