chore: API Level 6

This commit is contained in:
goaaats 2022-04-14 02:25:50 +02:00
parent 5b588962c1
commit d9f3800257
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -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");