Skip to content

Commit 38c460c

Browse files
Prepare 5.5.0.0 release.
Bench: 13214802
1 parent 4aa1fc5 commit 38c460c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
Build:
77
strategy:
88
matrix:
9-
version: [5.4.0.0]
9+
version: [5.5.0.0]
1010
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]
1111
include:
1212
- configuration: win10-x64

Backend/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Backend;
55
public static class Version
66
{
77

8-
private const string VERSION = "5.4.0.0";
8+
private const string VERSION = "5.5.0.0";
99

1010
[MethodImpl(MethodImplOptions.AggressiveInlining)]
1111
public static string Get()

Lichess/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/theblackplague/stocknemo:5.4.0.0 as LAUNCH
1+
FROM ghcr.io/theblackplague/stocknemo:5.5.0.0 as LAUNCH
22

33
LABEL org.opencontainers.image.source=https://github.com/TheBlackPlague/StockNemo
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<a href="https://lichess.org/@/StockNemo">
4242
<img
4343
alt="Lichess"
44-
src="https://img.shields.io/badge/Play%20on%20LICHESS-v5.4.0.0-green?logo=lichess&style=for-the-badge"
44+
src="https://img.shields.io/badge/Play%20on%20LICHESS-v5.5.0.0-green?logo=lichess&style=for-the-badge"
4545
>
4646
</a>
4747
</p>

0 commit comments

Comments
 (0)