Skip to content

Commit

Permalink
change branch-2.0 version to 2.0.2-rc05 (#25031)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokang committed Oct 1, 2023
1 parent e1dfa47 commit ae923f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensrc/script/gen_build_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build_version_prefix="doris"
build_version_major=2
build_version_minor=0
build_version_patch=2
build_version_rc_version="rc04"
build_version_rc_version="rc05"

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

Expand Down

0 comments on commit ae923f7

Please sign in to comment.