We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9739d89 commit 1663f25Copy full SHA for 1663f25
1 file changed
gensrc/script/gen_build_version.sh
@@ -32,7 +32,7 @@ build_version_major="${DORIS_BUILD_VERSION_MAJOR-4}"
32
build_version_minor="${DORIS_BUILD_VERSION_MINOR-0}"
33
build_version_patch="${DORIS_BUILD_VERSION_PATCH-6}"
34
build_version_hotfix="${DORIS_BUILD_VERSION_HOTFIX-0}"
35
-build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc01"}"
+build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"rc02"}"
36
37
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}"
38
if [[ ${build_version_hotfix} -gt 0 ]]; then
0 commit comments