This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new a1732ea7259 [release](build) change version to 3.1.3-rc01 (#57945)
a1732ea7259 is described below
commit a1732ea725970cd1fca2f14e0c49a6a54fa7a805
Author: morrySnow <[email protected]>
AuthorDate: Wed Nov 12 14:58:55 2025 +0800
[release](build) change version to 3.1.3-rc01 (#57945)
---
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 aaa13c23bc4..2c14fdf4c5f 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_PREFIX-doris}"
build_version_major="${DORIS_BUILD_VERSION_MAJOR-3}"
build_version_minor="${DORIS_BUILD_VERSION_MINOR-1}"
-build_version_patch="${DORIS_BUILD_VERSION_PATCH-2}"
+build_version_patch="${DORIS_BUILD_VERSION_PATCH-3}"
build_version_hotfix="${DORIS_BUILD_VERSION_HOTFIX-0}"
build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc01"}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]