diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07b679b..61c9ddd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: Build: strategy: matrix: - version: [5.3.0.0] + version: [5.4.0.0] configuration: [win10-x64, win10-x86, win10-arm64, win10-arm, linux-x64, linux-musl-x64, linux-arm, linux-arm64, osx.10.14-x64, osx.10.15-x64, osx.11.0-x64] include: - configuration: win10-x64 diff --git a/Backend/Version.cs b/Backend/Version.cs index 0850f68..738250e 100644 --- a/Backend/Version.cs +++ b/Backend/Version.cs @@ -5,7 +5,7 @@ namespace Backend; public static class Version { - private const string VERSION = "5.3.0.0"; + private const string VERSION = "5.4.0.0"; [MethodImpl(MethodImplOptions.AggressiveInlining)] public static string Get() diff --git a/Lichess/Dockerfile b/Lichess/Dockerfile index 2a850e0..2e39e9f 100644 --- a/Lichess/Dockerfile +++ b/Lichess/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/theblackplague/stocknemo:5.3.0.0 as LAUNCH +FROM ghcr.io/theblackplague/stocknemo:5.4.0.0 as LAUNCH LABEL org.opencontainers.image.source=https://github.com/TheBlackPlague/StockNemo diff --git a/README.md b/README.md index d94ec78..44a5c8d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Lichess

@@ -140,6 +140,7 @@ * Alpha Update * Deep Capture Only Search * Fail-soft Alpha Beta Pruning + * Static Exchange Evaluation (SEE) Pruning * **Utility:** * PERFT (Speeds upto: **168.3B NPS**) * PERFT-Divide Output