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 5c2fca80b0a [release](version) change branch-2.0 version to 2.0.9 (#33865) 5c2fca80b0a is described below commit 5c2fca80b0a7d40c63929c740e3ce0b8d6b3e46b Author: Kang <kxiao.ti...@gmail.com> AuthorDate: Sat Apr 20 10:13:37 2024 +0800 [release](version) change branch-2.0 version to 2.0.9 (#33865) --- 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 35250f66aa3..817f3a47dd6 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=8 +build_version_patch=9 build_version_rc_version="" if [[ -z "${build_version_rc_version}" ]]; then --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org