Skip to content

Commit

Permalink
Update Version Number, bench: 8048342
Browse files Browse the repository at this point in the history
  • Loading branch information
Vast342 committed Jul 1, 2024
1 parent 1d76893 commit 14a87b9
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 @@ -112,7 +112,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 V7.1.0" << std::endl;
std::cout << "id name Clarity V7.2.0" << std::endl;
std::cout << "id author Vast" << std::endl;
std::cout << "option name Hash type spin default 64 min 1 max 524288" << std::endl;
std::cout << "option name Threads type spin default 1 min 1 max 16384" << std::endl;
Expand Down

0 comments on commit 14a87b9

Please sign in to comment.