1
0
mirror of https://github.com/bitwarden/server synced 2025-12-11 05:43:35 +00:00

Updated client minimum version to reflect previous hotfixes. (#3311)

This commit is contained in:
Todd Martin
2023-09-29 15:44:54 -04:00
committed by GitHub
parent 46117b194e
commit 9af9d121bf

View File

@@ -20,7 +20,7 @@ public static class Constants
/// </summary>
public const int OrganizationSelfHostSubscriptionGracePeriodDays = 60;
public const string CipherKeyEncryptionMinimumVersion = "2023.9.1";
public const string CipherKeyEncryptionMinimumVersion = "2023.9.2";
}
public static class TokenPurposes