Skip to content

Commit

Permalink
Release 5.4.0.0.
Browse files Browse the repository at this point in the history
Bench: 3221406
  • Loading branch information
TheBlackPlague committed Sep 10, 2022
1 parent 5b119c9 commit ea302ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Backend/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion Lichess/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<a href="https://lichess.org/@/StockNemo">
<img
alt="Lichess"
src="https://img.shields.io/badge/Play%20on%20LICHESS-v5.3.0.0-green?logo=lichess&style=for-the-badge"
src="https://img.shields.io/badge/Play%20on%20LICHESS-v5.4.0.0-green?logo=lichess&style=for-the-badge"
>
</a>
</p>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ea302ef

Please sign in to comment.