milvus default version 0.4.0

Former-commit-id: a62048f862cb3c36187f59c19f14b31251291156
This commit is contained in:
starlord 2019-08-14 15:25:50 +08:00
parent dcbc05f4e3
commit a7488c2478

View File

@ -52,7 +52,7 @@ if(MILVUS_VERSION_MAJOR STREQUAL ""
OR MILVUS_VERSION_MINOR STREQUAL ""
OR MILVUS_VERSION_PATCH STREQUAL "")
message(WARNING "Failed to determine Milvus version from git branch name")
set(MILVUS_VERSION "0.3.1")
set(MILVUS_VERSION "0.4.0")
endif()
message(STATUS "Build version = ${MILVUS_VERSION}")