Skip to content

Commit dc065ea

Browse files
authored
[chore](version) change branch-2.0 version to 2.0.7 (#32640)
1 parent 7a52cbb commit dc065ea

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
@@ -31,7 +31,7 @@ build_version_prefix="doris"
3131
build_version_major=2
3232
build_version_minor=0
3333
build_version_patch=7
34-
build_version_rc_version="dev"
34+
build_version_rc_version=""
3535

3636
if [[ -z "${build_version_rc_version}" ]]; then
3737
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}"

0 commit comments

Comments
 (0)