bump api version

This commit is contained in:
Stanley Dimant
2024-09-10 10:48:49 +02:00
parent 69f81dc789
commit 4e939e8cd8

View File

@@ -7,7 +7,7 @@ namespace MareSynchronos.API.SignalR;
public interface IMareHub
{
const int ApiVersion = 31;
const int ApiVersion = 32;
const string Path = "/mare";
Task<bool> CheckClientHealth();