From e42ee5bfd3bc858f0bb350e44f336bd0807f52cc Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Mon, 13 Jul 2026 14:05:42 +0200 Subject: [PATCH] Update minimum client version to 0.26.3 (#2265) --- 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 f6562f090..e36a76f8b 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.3"; /// /// Gets a dictionary of minimum supported client versions that the WebApi supports.