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;