1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

EC-261 - Update OrganizationLicense for SCIM (#2151)

This commit is contained in:
Chad Scharf
2022-07-26 13:04:59 -04:00
committed by GitHub
parent c0f2255569
commit d1a2e58ce1

View File

@ -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;