From 728e699cc2ea0354b0cc39bc2b318d2fd4408381 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Sat, 31 Jan 2026 00:29:01 +0100 Subject: [PATCH] Update minimum client version to block older apps due to faulty migration (#1539) --- apps/server/Shared/AliasVault.Shared.Core/AppInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.