This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 74b8eb613d1 bump to 3.0.4-rc01 (#47763) 74b8eb613d1 is described below commit 74b8eb613d1dea74791b98a563ed6b3e08963541 Author: Yongqiang YANG <yangyongqi...@selectdb.com> AuthorDate: Tue Feb 11 17:42:59 2025 +0800 bump to 3.0.4-rc01 (#47763) --- 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 3acb3fe1a12..2f008423010 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_major=3 build_version_minor=0 -build_version_patch=3 +build_version_patch=4 build_version_hotfix=0 -build_version_rc_version="rc03" +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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org