Commit 9c81eab1 authored by jinhai's avatar jinhai
Browse files

Merge branch 'branch-0.5.0' into '0.5.0'

Branch 0.5.0

See merge request megasearch/milvus!747

Former-commit-id: 90f04fbe8ed8ba10226e40452a7b2a5c303e6427
parents aece3eb1 4b3f1f05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ print_banner() {
    std::cout << "  / /|_/ // // /_| |/ / /_/ /\\ \\    " << std::endl;
    std::cout << " /_/  /_/___/____/___/\\____/___/     " << std::endl;
    std::cout << std::endl;
    std::cout << "Welcome to use Milvus by Zilliz!" << std::endl;
    std::cout << "Welcome to Milvus!" << std::endl;
    std::cout << "Milvus " << BUILD_TYPE << " version: v" << MILVUS_VERSION << ", built at " << BUILD_TIME << std::endl;
    std::cout << std::endl;
}