mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 11:04:31 -05:00
EC-261 - Update OrganizationLicense for SCIM (#2151)
This commit is contained in:
parent
c0f2255569
commit
d1a2e58ce1
@ -131,7 +131,7 @@ namespace Bit.Core.Models.Business
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents the current version of the license format. Should be updated whenever new fields are added.
|
/// Represents the current version of the license format. Should be updated whenever new fields are added.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private const int CURRENT_LICENSE_FILE_VERSION = 10;
|
private const int CURRENT_LICENSE_FILE_VERSION = 9;
|
||||||
private bool ValidLicenseVersion
|
private bool ValidLicenseVersion
|
||||||
{
|
{
|
||||||
get => Version is >= 1 and <= 10;
|
get => Version is >= 1 and <= 10;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user