bumped api version #17

Merged
defnotken merged 1 commits from bump-api into main 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();