mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
org license are version 5
This commit is contained in:
@ -19,7 +19,7 @@ namespace Bit.Core.Models.Business
|
||||
public OrganizationLicense(Organization org, SubscriptionInfo subscriptionInfo, Guid installationId,
|
||||
ILicensingService licenseService)
|
||||
{
|
||||
Version = 4; // TODO: Version 5 bump
|
||||
Version = 5;
|
||||
LicenseKey = org.LicenseKey;
|
||||
InstallationId = installationId;
|
||||
Id = org.Id;
|
||||
|
Reference in New Issue
Block a user