bumped api version

This commit is contained in:
cake
2025-12-19 07:11:22 +01:00
parent 35f3390dda
commit d92496020e

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();