We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ca6a6 commit 7f5ba43Copy full SHA for 7f5ba43
gensrc/script/gen_build_version.sh
@@ -32,7 +32,7 @@ build_version_major="${DORIS_BUILD_VERSION_MAJOR-3}"
32
build_version_minor="${DORIS_BUILD_VERSION_MINOR-1}"
33
build_version_patch="${DORIS_BUILD_VERSION_PATCH-4}"
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