This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch 3.1_version in repository https://gitbox.apache.org/repos/asf/doris.git
commit 318999521823f8f0fb82700374f96c9ba2b70cc2 Author: MorrySnow <[email protected]> AuthorDate: Wed Sep 17 14:03:13 2025 +0800 [release](build) change version to 3.1.1-rc01 --- 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 fbd7250c394..3648210f366 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-0}" +build_version_patch="${DORIS_BUILD_VERSION_PATCH-1}" 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]
