Skip to content

Commit

Permalink
[release](version) change branch-2.0 version to 2.0.4-rc01 (#28599)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokang authored Dec 20, 2023
1 parent 3a87caf commit 1e6914a
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=0
build_version_patch=3
build_version_rc_version="rc05"
build_version_patch=4
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 1e6914a

Please sign in to comment.