Skip to content

Commit 7f5ba43

Browse files
authored
[release](build) change version to 3.1.4-rc02 (apache#59370)
1 parent 04ca6a6 commit 7f5ba43

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
@@ -32,7 +32,7 @@ build_version_major="${DORIS_BUILD_VERSION_MAJOR-3}"
3232
build_version_minor="${DORIS_BUILD_VERSION_MINOR-1}"
3333
build_version_patch="${DORIS_BUILD_VERSION_PATCH-4}"
3434
build_version_hotfix="${DORIS_BUILD_VERSION_HOTFIX-0}"
35-
build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc01"}"
35+
build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc02"}"
3636

3737
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}"
3838
if [[ ${build_version_hotfix} -gt 0 ]]; then

0 commit comments

Comments
 (0)