Skip to content

Commit aff7b4d

Browse files
authored
[release](build) change version to 3.1.4-rc01 (apache#59234)
1 parent e975028 commit aff7b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gensrc/script/gen_build_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set -eo pipefail
3030
build_version_prefix="${DORIS_BUILD_VERSION_PREFIX-doris}"
3131
build_version_major="${DORIS_BUILD_VERSION_MAJOR-3}"
3232
build_version_minor="${DORIS_BUILD_VERSION_MINOR-1}"
33-
build_version_patch="${DORIS_BUILD_VERSION_PATCH-3}"
33+
build_version_patch="${DORIS_BUILD_VERSION_PATCH-4}"
3434
build_version_hotfix="${DORIS_BUILD_VERSION_HOTFIX-0}"
3535
build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc01"}"
3636

0 commit comments

Comments
 (0)