Merge pull request 'bumped api version' (#17) from bump-api into main

Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
2025-12-19 15:30:57 +00:00

View File

@@ -10,7 +10,7 @@ namespace LightlessSync.API.SignalR;
public interface ILightlessHub
{
const int ApiVersion = 34;
const int ApiVersion = 35;
const string Path = "/lightless";
Task<bool> CheckClientHealth();