Skip to content

Commit

Permalink
2.1.7-rc01 (#40851)
Browse files Browse the repository at this point in the history
## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->

Co-authored-by: yiguolei <[email protected]>
  • Loading branch information
yiguolei and Doris-Extras committed Sep 14, 2024
1 parent 0b1d517 commit 55e92da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gensrc/script/gen_build_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ set -eo pipefail
build_version_prefix="doris"
build_version_major=2
build_version_minor=1
build_version_patch=6
build_version_rc_version="rc04"
build_version_patch=7
build_version_rc_version="rc01"

build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}-${build_version_rc_version}"

Expand Down

0 comments on commit 55e92da

Please sign in to comment.