This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new b700471ace [chore] change default version to branch-1.2 b700471ace is described below commit b700471acec83e6446beda62b5a5facbba840f4e Author: morningman <morning...@163.com> AuthorDate: Sat Jan 28 14:42:44 2023 +0800 [chore] change default version to branch-1.2 --- 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 c2fc94fcf7..cf36122db3 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=0 build_version_minor=0 build_version_patch=0 -build_version_rc_version="trunk" +build_version_rc_version="branch-1.2" 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