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 2971efd194f [release](version) change branch-2.0 version to 2.0.12
(#36626)
2971efd194f is described below
commit 2971efd194f69e076d7e1dc091d070e13eef23cc
Author: Kang <[email protected]>
AuthorDate: Sun Jun 23 19:07:13 2024 +0800
[release](version) change branch-2.0 version to 2.0.12 (#36626)
---
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 8e09c0c5fd4..3b50121bceb 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -30,7 +30,7 @@ set -eo pipefail
build_version_prefix="doris"
build_version_major=2
build_version_minor=0
-build_version_patch=11
+build_version_patch=12
build_version_rc_version=""
if [[ -z "${build_version_rc_version}" ]]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]