Update minimum client version to 0.26.3 (#2265)

This commit is contained in:
Leendert de Borst
2026-07-13 14:05:42 +02:00
committed by Leendert de Borst
parent f8c24f4647
commit e42ee5bfd3

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.3";
/// <summary>
/// Gets a dictionary of minimum supported client versions that the WebApi supports.