We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e975028 commit aff7b4dCopy full SHA for aff7b4d
gensrc/script/gen_build_version.sh
@@ -30,7 +30,7 @@ set -eo pipefail
30
build_version_prefix="${DORIS_BUILD_VERSION_PREFIX-doris}"
31
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-3}"
+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"}"
36
0 commit comments