Skip to content

Commit

Permalink
[release] 1.2.4.1
Browse files Browse the repository at this point in the history
This tag with 2 new commits compare to 1.2.4

1. [Bug](delete) fix the delete ignore char case #18991
2. [branch-1.2](cherry-pick) using typeindex to create column instead of type name because type name is not stable #19004
  • Loading branch information
morningman committed Apr 26, 2023
1 parent abe828b commit b5af898
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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_patch=0
build_version_rc_version="branch-1.2"
build_version_major=1
build_version_minor=2
build_version_patch=4
build_version_rc_version="1"

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

Expand Down

0 comments on commit b5af898

Please sign in to comment.