1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-13 22:40:48 -05:00

Removed obsolete tag for now

This commit is contained in:
Conner Turnbull 2025-06-10 11:24:26 -04:00
parent 35d32cf46b
commit 5751cc029e
No known key found for this signature in database

View File

@ -6,7 +6,6 @@ namespace Bit.Core.Models.Business;
public class OrganizationLicense : BaseLicense
{
[Obsolete("No longer used in the JWT based license format")]
public const int CurrentLicenseFileVersion = 15;
[LicenseVersion(1)]