From b9d73f1fedaab4b65c9a8882103b68cfe85d7ca9 Mon Sep 17 00:00:00 2001 From: Vast342 Date: Mon, 19 Feb 2024 23:10:08 -0500 Subject: [PATCH] Update Version Number, bench: 6188363 --- src/uci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uci.cpp b/src/uci.cpp index 930397b..231c1b7 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -109,7 +109,7 @@ void loadPosition(const std::vector& 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";