1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

[PM-5638] Update minimum version for vault item encryption to 2024.2.0 (#3718)

This commit is contained in:
Todd Martin 2024-01-29 16:16:54 -05:00 committed by GitHub
parent 7bf17a20f4
commit 6ebb408a97
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 CipherKeyEncryptionMinimumVersion = "2024.1.3";
public const string CipherKeyEncryptionMinimumVersion = "2024.2.0";
/// <summary>
/// Used by IdentityServer to identify our own provider.