mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-07-31 09:17:11 -04:00
Update minimum client version to 0.26.3 (#2265)
This commit is contained in:
committed by
Leendert de Borst
parent
f8c24f4647
commit
e42ee5bfd3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user