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 cd7cd4b9557 [release] change version to 1.2.8-rc01
cd7cd4b9557 is described below

commit cd7cd4b95577ec9e1c4fe1946ffc8e65479fe9ad
Author: morningman <[email protected]>
AuthorDate: Sun Feb 25 21:47:27 2024 +0800

    [release] change version to 1.2.8-rc01
---
 gensrc/script/gen_build_version.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gensrc/script/gen_build_version.sh 
b/gensrc/script/gen_build_version.sh
index 9af2c5fd85a..f87589b941e 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -28,10 +28,10 @@
 set -eo pipefail
 
 build_version_prefix="doris"
-build_version_major=0
-build_version_minor=0
-build_version_patch=0
-build_version_rc_version="branch-1.2-lts"
+build_version_major=1
+build_version_minor=2
+build_version_patch=8
+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]

Reply via email to