[skip ci] upgrade master version to v0.11.0 (fix #3449) (#3450)

Signed-off-by: yinghao.zou <yinghao.zou@zilliz.com>
pull/3454/head
BossZou 2020-08-25 17:19:42 +08:00 committed by GitHub
parent 730a09be68
commit e814fb5e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ Please mark all changes in change log and use the issue from GitHub
- \#2858 Unify index name in db
- \#2884 Using BlockingQueue in JobMgr
- \#3220 Enable -Werror to improve code quality
- \#3449 Upgrade master version to v0.11.0
## Task

View File

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