Skip to content

Commit

Permalink
release 1.2.0-rc04
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Dec 4, 2022
1 parent c2f5d67 commit 6b77393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gensrc/script/gen_build_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
set -eo pipefail

build_version_prefix="doris"
build_version_major=0
build_version_minor=0
build_version_major=1
build_version_minor=2
build_version_patch=0
build_version_rc_version="trunk"
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 6b77393

Please sign in to comment.