feat: raise ApiLevel to 4

Prevents crashes for people that are on testing by accident
This commit is contained in:
goaaats 2021-07-12 15:29:33 +02:00 committed by GitHub
parent 72a2c09942
commit 0cb35619d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,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 = 3;
public const int DalamudApiLevel = 4;
private static readonly ModuleLog Log = new("PLUGINM");