mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: api7
This commit is contained in:
parent
350ffc1fbf
commit
6692d56029
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue