From f76f5be92eab8545510b81e161faee49d334d1dd Mon Sep 17 00:00:00 2001 From: dsekercioglu Date: Tue, 8 Aug 2023 15:26:42 +0200 Subject: [PATCH] update version --- src/bm/uci/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bm/uci/mod.rs b/src/bm/uci/mod.rs index 9c0c07de..2fb7a060 100644 --- a/src/bm/uci/mod.rs +++ b/src/bm/uci/mod.rs @@ -14,7 +14,7 @@ mod command; use command::UciCommand; -const VERSION: &str = "7.0"; +const VERSION: &str = "8.0"; enum ThreadReq { Go(GoReq),