Skip to content

Commit 14a87b9

Browse files
committed
Update Version Number, bench: 8048342
1 parent 1d76893 commit 14a87b9

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
@@ -112,7 +112,7 @@ void loadPosition(const std::vector<std::string>& bits) {
112112

113113
// has the engine identify itself when the GUI says uci
114114
void identify() {
115-
std::cout << "id name Clarity V7.1.0" << std::endl;
115+
std::cout << "id name Clarity V7.2.0" << std::endl;
116116
std::cout << "id author Vast" << std::endl;
117117
std::cout << "option name Hash type spin default 64 min 1 max 524288" << std::endl;
118118
std::cout << "option name Threads type spin default 1 min 1 max 16384" << std::endl;

0 commit comments

Comments
 (0)