This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new aeec08639de [branch-2.1](tag) 2.1.4-rc03 (#36706)
aeec08639de is described below
commit aeec08639def761f71d5d1f36ee4e46a690fddb5
Author: Mingyu Chen <[email protected]>
AuthorDate: Sun Jun 23 00:26:13 2024 +0800
[branch-2.1](tag) 2.1.4-rc03 (#36706)
change version to 2.1.4-rc03
---
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 ca614ab0457..adeed9b3a06 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=1
build_version_patch=4
-build_version_rc_version="rc02"
+build_version_rc_version="rc03"
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]