Skip to content

Commit

Permalink
Update Version Number, bench: 6188363
Browse files Browse the repository at this point in the history
  • Loading branch information
Vast342 committed Feb 20, 2024
1 parent 80b1d97 commit b9d73f1
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 @@ -109,7 +109,7 @@ void loadPosition(const std::vector<std::string>& bits) {

// has the engine identify itself when the GUI says uci
void identify() {
std::cout << "id name Clarity V5.0.0\n";
std::cout << "id name Clarity V5.1.0\n";
std::cout << "id author Vast\n";
std::cout << "option name Hash type spin default 64 min 1 max 2048\n";
std::cout << "option name Threads type spin default 1 min 1 max 64\n";
Expand Down

0 comments on commit b9d73f1

Please sign in to comment.