From be842c762c6f45095c73a83b35bc1477f8b2b2c6 Mon Sep 17 00:00:00 2001 From: SmithThe4th Date: Thu, 28 Dec 2023 10:45:43 -0500 Subject: [PATCH] Revert "Updated minimum version. (#3613)" (#3621) This reverts commit 2ab35e389c96585a9ccebdc04c34063f8695dea1. --- src/Core/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 8404e18697..a71032ea23 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -23,7 +23,7 @@ public static class Constants public const string Fido2KeyCipherMinimumVersion = "2023.10.0"; - public const string CipherKeyEncryptionMinimumVersion = "2024.1.0"; + public const string CipherKeyEncryptionMinimumVersion = "2023.9.2"; /// /// Used by IdentityServer to identify our own provider.