chore: api7

This commit is contained in:
goat 2022-08-23 21:35:27 +02:00
parent 350ffc1fbf
commit 6692d56029
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -38,7 +38,7 @@ internal partial class PluginManager : IDisposable, IServiceType
/// <summary>
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
/// </summary>
public const int DalamudApiLevel = 6;
public const int DalamudApiLevel = 7;
/// <summary>
/// Default time to wait between plugin unload and plugin assembly unload.