Skip to content

Commit 1663f25

Browse files
branch-4.0: bump to 4.0.6 rc02 (#64001)
1 parent 9739d89 commit 1663f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-4}"
3232
build_version_minor="${DORIS_BUILD_VERSION_MINOR-0}"
3333
build_version_patch="${DORIS_BUILD_VERSION_PATCH-6}"
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)