Skip to content

Commit

Permalink
V2.0 release
Browse files Browse the repository at this point in the history
Bench: 2995293
  • Loading branch information
Disservin committed Jun 1, 2022
1 parent 9d8b6fc commit 2dd3cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int main(int argc, char** argv) {
std::string input;
std::getline(std::cin, input);
if (input == "uci") {
std::cout << "id name Smallbrain Version 1.2\n" <<
std::cout << "id name Smallbrain Version 2.0\n" <<
"id author Disservin\n" <<
"\noption name Hash type spin default 400 min 1 max 100000\n" << //Hash in mb
"option name Threads type spin default 1 min 1 max 1\n" << //Threads
Expand Down

0 comments on commit 2dd3cfa

Please sign in to comment.