1
0
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:
Kyle Spearrin 2019-07-26 21:56:48 -04:00
parent 0793cb6167
commit 8d09a7ad13

View File

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