Skip to content

Commit

Permalink
2.1.6-rc04 (apache#40491)
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 authored Sep 6, 2024
1 parent 962c382 commit 653e315
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=5
build_version_rc_version="rc02"
build_version_patch=6
build_version_rc_version="rc04"

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

Expand Down

0 comments on commit 653e315

Please sign in to comment.