1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-28 14:54:50 -05:00

[PM-5638] Bump minimum client version for vault item encryption (#3711)

Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com>
This commit is contained in:
Todd Martin 2024-01-26 17:00:37 -05:00 committed by GitHub
parent 59b40f36d9
commit 114b72d738
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ public static class Constants
public const string Fido2KeyCipherMinimumVersion = "2023.10.0"; public const string Fido2KeyCipherMinimumVersion = "2023.10.0";
public const string CipherKeyEncryptionMinimumVersion = "2023.12.0"; public const string CipherKeyEncryptionMinimumVersion = "2024.1.3";
/// <summary> /// <summary>
/// Used by IdentityServer to identify our own provider. /// Used by IdentityServer to identify our own provider.