Fix build version typo (#7639)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/7639/merge
groot 2021-09-10 11:10:00 +08:00 committed by GitHub
parent 4d9a013d14
commit 16a6afa9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ get_build_type( TARGET BUILD_TYPE
message( STATUS "Build type = ${BUILD_TYPE}" )
get_milvus_version( TARGET MILVUS_VERSION
DEFAULT "0.10.0" )
DEFAULT "2.0" )
message( STATUS "Build version = ${MILVUS_VERSION}" )
get_last_commit_id( LAST_COMMIT_ID )