From 5ef14c605f83890855bcafd4e138ad0d408c256e Mon Sep 17 00:00:00 2001 From: Tearth Date: Mon, 19 Oct 2020 20:16:01 +0200 Subject: [PATCH] Fix typos in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22566ee..78fa0cd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Cosette -**Current version: v1.0 (Darkness), 19.10.2020** +**Current version: v2.0 (Darkness), 19.10.2020** A brand new UCI-compliant chess engine written in C# for .NET Core platform. The project is still in the early stage of development and lacks a few major performance improvements like more advanced pruning, extensions, or better evaluation. The current strength is estimated at 1950 ELO and hopefully will significantly improve in the future.