Skip to content

Commit 6692d56

Browse files
committed
chore: api7
1 parent 350ffc1 commit 6692d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dalamud/Plugin/Internal/PluginManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ internal partial class PluginManager : IDisposable, IServiceType
3838
/// <summary>
3939
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
4040
/// </summary>
41-
public const int DalamudApiLevel = 6;
41+
public const int DalamudApiLevel = 7;
4242

4343
/// <summary>
4444
/// Default time to wait between plugin unload and plugin assembly unload.

0 commit comments

Comments
 (0)