mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: API Level 6
This commit is contained in:
parent
5b588962c1
commit
d9f3800257
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ namespace Dalamud.Plugin.Internal
|
|||
/// <summary>
|
||||
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
|
||||
/// </summary>
|
||||
public const int DalamudApiLevel = 5;
|
||||
public const int DalamudApiLevel = 6;
|
||||
|
||||
private static readonly ModuleLog Log = new("PLUGINM");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue