mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01: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>
|
||||
/// Represents the current version of the license format. Should be updated whenever new fields are added.
|
||||
/// </summary>
|
||||
private const int CURRENT_LICENSE_FILE_VERSION = 10;
|
||||
private const int CURRENT_LICENSE_FILE_VERSION = 9;
|
||||
private bool ValidLicenseVersion
|
||||
{
|
||||
get => Version is >= 1 and <= 10;
|
||||
|
Loading…
Reference in New Issue
Block a user