This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new dc065ead16c [chore](version) change branch-2.0 version to 2.0.7
(#32640)
dc065ead16c is described below
commit dc065ead16c570bc054f77c4a430e34094d0cb53
Author: Kang <[email protected]>
AuthorDate: Fri Mar 22 21:19:10 2024 +0800
[chore](version) change branch-2.0 version to 2.0.7 (#32640)
---
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 1a594dcdb40..225d4d797b0 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=2
build_version_minor=0
build_version_patch=7
-build_version_rc_version="dev"
+build_version_rc_version=""
if [[ -z "${build_version_rc_version}" ]]; then
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]