Commit 5196485f 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: 46cc7510755838080dd3558ae95df61e1ffc24a5
parents 958be854 92aa0b7c
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;
}