MS-125 Update version of CMakeLists.txt

Former-commit-id: d5ed815a39ba141d330f374585cc3d95d8462e21
This commit is contained in:
jinhai 2019-06-27 20:06:04 +08:00
parent ecf548b193
commit a7da283961

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.0")
set(MILVUS_VERSION "0.3.1")
endif()
message(STATUS "Build version = ${MILVUS_VERSION}")