We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a2c09 commit 0cb3561Copy full SHA for 0cb3561
Dalamud/Plugin/Internal/PluginManager.cs
@@ -29,7 +29,7 @@ internal partial class PluginManager : IDisposable
29
/// <summary>
30
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
31
/// </summary>
32
- public const int DalamudApiLevel = 3;
+ public const int DalamudApiLevel = 4;
33
34
private static readonly ModuleLog Log = new("PLUGINM");
35
0 commit comments