This is an automated email from the ASF dual-hosted git repository.

jianliangqi 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 87c4d1c2a1f change version to 2.0.3-rc04 (#27392)
87c4d1c2a1f is described below

commit 87c4d1c2a1f966f159c8030f94fc292d1f284cf5
Author: Kang <kxiao.ti...@gmail.com>
AuthorDate: Wed Nov 22 14:12:42 2023 +0800

    change version to 2.0.3-rc04 (#27392)
---
 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 abc5246112d..1e998cf9831 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -31,7 +31,7 @@ build_version_prefix="doris"
 build_version_major=2
 build_version_minor=0
 build_version_patch=3
-build_version_rc_version="rc03dev"
+build_version_rc_version="rc04"
 
 
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}-${build_version_rc_version}"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to