Skip to content

Commit

Permalink
Updated client minimum version to reflect previous hotfixes. (#3311)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9af9d12)
  • Loading branch information
trmartin4 committed Sep 29, 2023
1 parent a7db8ba commit b707d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b707d61

Please sign in to comment.