Update minimum client version to block older apps due to faulty migration (#1539)

This commit is contained in:
Leendert de Borst
2026-01-31 00:29:01 +01:00
committed by Leendert de Borst
parent 3d9312d12d
commit 728e699cc2

View File

@@ -42,7 +42,7 @@ public static class AppInfo
/// for all clients as we are using a monorepo to build all clients from the same source code. But it's
/// possible to override the minimum client version for a specific client if needed.
/// </summary>
public const string MinimumClientVersion = "0.12.0";
public const string MinimumClientVersion = "0.26.1";
/// <summary>
/// Gets a dictionary of minimum supported client versions that the WebApi supports.