diff --git a/apps/server/Shared/AliasVault.Shared.Core/AppInfo.cs b/apps/server/Shared/AliasVault.Shared.Core/AppInfo.cs index edf12fc98..c78e9cb95 100644 --- a/apps/server/Shared/AliasVault.Shared.Core/AppInfo.cs +++ b/apps/server/Shared/AliasVault.Shared.Core/AppInfo.cs @@ -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. /// - public const string MinimumClientVersion = "0.12.0"; + public const string MinimumClientVersion = "0.26.1"; /// /// Gets a dictionary of minimum supported client versions that the WebApi supports.