mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
Raise API level to 5
This commit is contained in:
parent
ab386c4401
commit
3f4400e67f
3 changed files with 3 additions and 5 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 = 4;
|
||||
public const int DalamudApiLevel = 5;
|
||||
|
||||
private static readonly ModuleLog Log = new("PLUGINM");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue