mirror of
https://github.com/bitwarden/server.git
synced 2025-04-18 19:48:12 -05:00
org license are version 5
This commit is contained in:
parent
0793cb6167
commit
8d09a7ad13
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user