mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
[PM-5638] Update minimum version for vault item encryption to 2024.2.0 (#3718)
This commit is contained in:
@ -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 = "2024.1.3";
|
public const string CipherKeyEncryptionMinimumVersion = "2024.2.0";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Used by IdentityServer to identify our own provider.
|
/// Used by IdentityServer to identify our own provider.
|
||||||
|
Reference in New Issue
Block a user