From edf80bdaa5f10def761155517746ce9456b09ae0 Mon Sep 17 00:00:00 2001 From: Aryan1508 <68417405+Aryan1508@users.noreply.github.com> Date: Sat, 27 Mar 2021 22:48:02 +0530 Subject: [PATCH] update version number --- Bit-Genie/src/uci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bit-Genie/src/uci.cpp b/Bit-Genie/src/uci.cpp index be18343..b8653b4 100644 --- a/Bit-Genie/src/uci.cpp +++ b/Bit-Genie/src/uci.cpp @@ -25,7 +25,7 @@ #include "benchmark.h" #include "searchinit.h" -const char* version = "1.1"; +const char* version = "2"; void uci_input_loop(int argc, char** argv) {