This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 55e92da7e7c 2.1.7-rc01 (#40851)
55e92da7e7c is described below
commit 55e92da7e7c1fc93b863fc863a487e275039bf04
Author: yiguolei <[email protected]>
AuthorDate: Sat Sep 14 13:58:53 2024 +0800
2.1.7-rc01 (#40851)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
Co-authored-by: yiguolei <[email protected]>
---
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 b0657b54a7c..9d258ed165b 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -30,8 +30,8 @@ set -eo pipefail
build_version_prefix="doris"
build_version_major=2
build_version_minor=1
-build_version_patch=6
-build_version_rc_version="rc04"
+build_version_patch=7
+build_version_rc_version="rc01"
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]