We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350ffc1 commit 6692d56Copy full SHA for 6692d56
Dalamud/Plugin/Internal/PluginManager.cs
@@ -38,7 +38,7 @@ internal partial class PluginManager : IDisposable, IServiceType
38
/// <summary>
39
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
40
/// </summary>
41
- public const int DalamudApiLevel = 6;
+ public const int DalamudApiLevel = 7;
42
43
44
/// Default time to wait between plugin unload and plugin assembly unload.
0 commit comments