Skip to content

Commit 7ee276f

Browse files
author
Yongqiang YANG
committed
bump to 3.0.4-rc01
1 parent 888b2b4 commit 7ee276f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gensrc/script/gen_build_version.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ set -eo pipefail
3030
build_version_prefix="doris"
3131
build_version_major=3
3232
build_version_minor=0
33-
build_version_patch=3
33+
build_version_patch=4
3434
build_version_hotfix=0
35-
build_version_rc_version="rc03"
35+
build_version_rc_version="rc01"
3636

3737
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}"
3838
if [[ ${build_version_hotfix} -gt 0 ]]; then

0 commit comments

Comments
 (0)