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 c20567d088a change to 2.1.1-rc01
c20567d088a is described below
commit c20567d088a210bd224dfdbdffc8ffa426ef8e03
Author: yiguolei <[email protected]>
AuthorDate: Fri Mar 15 12:59:42 2024 +0800
change to 2.1.1-rc01
---
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 34bf3780bf3..a40d8a812d2 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=0
-build_version_rc_version="rc11"
+build_version_patch=1
+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]