This is an automated email from the ASF dual-hosted git repository. mrhhsg pushed a commit to branch spill_and_reserve305 in repository https://gitbox.apache.org/repos/asf/doris.git
commit e73cee13483be37e35147acd7458ccfb9e591f92 Author: Hu Shenggang <hushengg...@selectdb.com> AuthorDate: Mon Mar 31 18:06:28 2025 +0800 version 305 tmp --- 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 6b685219968..384f40b08aa 100755 --- a/gensrc/script/gen_build_version.sh +++ b/gensrc/script/gen_build_version.sh @@ -28,9 +28,9 @@ set -eo pipefail build_version_prefix="doris" -build_version_major=0 +build_version_major=3 build_version_minor=0 -build_version_patch=0 +build_version_patch=5 build_version_hotfix=0 build_version_rc_version="" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org