mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
EC-261 - Update OrganizationLicense for SCIM (#2151)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user