Skip to content

Commit

Permalink
Prepare for 5.3.0.0 release.
Browse files Browse the repository at this point in the history
Bench: 5106914
  • Loading branch information
TheBlackPlague committed Aug 30, 2022
1 parent b13a7be commit 32e5fd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.0.0]
version: [5.3.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.2.0.0";
private const string VERSION = "5.3.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.2.0.0 as LAUNCH
FROM ghcr.io/theblackplague/stocknemo:5.3.0.0 as LAUNCH

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

Expand Down

0 comments on commit 32e5fd3

Please sign in to comment.