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 9cbf8cb3bdf 2.1.4-rc01
9cbf8cb3bdf is described below
commit 9cbf8cb3bdfbe52d2919c947aa69ca628820907f
Author: yiguolei <[email protected]>
AuthorDate: Mon Jun 3 18:57:32 2024 +0800
2.1.4-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 6a0c0ba6bcd..578a0a092a9 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=3
-build_version_rc_version="rc09"
+build_version_patch=4
+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]