mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-14 10:25:14 -04:00
Update minimum client version to block older apps due to faulty migration (#1539)
This commit is contained in:
committed by
Leendert de Borst
parent
3d9312d12d
commit
728e699cc2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user