This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 7e6fee79b6e bump to 3.0.1-rc04
7e6fee79b6e is described below
commit 7e6fee79b6ede67d69c0848ce2c4190177e193ef
Author: Yongqiang YANG <[email protected]>
AuthorDate: Thu Aug 15 17:30:20 2024 +0800
bump to 3.0.1-rc04
---
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 b84c4e3cf4b..6f39775c010 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -31,7 +31,7 @@ build_version_prefix="doris"
build_version_major=3
build_version_minor=0
build_version_patch=1
-build_version_rc_version="rc03"
+build_version_rc_version="rc04"
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}-${build_version_rc_version}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]