Skip to content

Commit b9d73f1

Browse files
committed
Update Version Number, bench: 6188363
1 parent 80b1d97 commit b9d73f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uci.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void loadPosition(const std::vector<std::string>& bits) {
109109

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

0 commit comments

Comments
 (0)