From d1a2e58ce11ae21cc50db2d53b3bb59ca07f9d23 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:04:59 -0400 Subject: [PATCH] EC-261 - Update OrganizationLicense for SCIM (#2151) --- src/Core/Models/Business/OrganizationLicense.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Models/Business/OrganizationLicense.cs b/src/Core/Models/Business/OrganizationLicense.cs index 8f394c7ab..6d1ff069d 100644 --- a/src/Core/Models/Business/OrganizationLicense.cs +++ b/src/Core/Models/Business/OrganizationLicense.cs @@ -131,7 +131,7 @@ namespace Bit.Core.Models.Business /// /// Represents the current version of the license format. Should be updated whenever new fields are added. /// - 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;