1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

Updated minimum version. (#3613)

This commit is contained in:
Todd Martin 2023-12-27 12:26:42 -05:00 committed by GitHub
parent fbc25f3317
commit 2ab35e389c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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