Skip to content

Commit 32e5fd3

Browse files
Prepare for 5.3.0.0 release.
Bench: 5106914
1 parent b13a7be commit 32e5fd3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.2.0.0]
9+
version: [5.3.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.2.0.0";
8+
private const string VERSION = "5.3.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.2.0.0 as LAUNCH
1+
FROM ghcr.io/theblackplague/stocknemo:5.3.0.0 as LAUNCH
22

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

0 commit comments

Comments
 (0)