From d9f3800257fe1fa5621b9c13028c06911555889c Mon Sep 17 00:00:00 2001 From: goaaats Date: Thu, 14 Apr 2022 02:25:50 +0200 Subject: [PATCH] chore: API Level 6 --- Dalamud/Plugin/Internal/PluginManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Plugin/Internal/PluginManager.cs b/Dalamud/Plugin/Internal/PluginManager.cs index e1ac35d11..9cc09e566 100644 --- a/Dalamud/Plugin/Internal/PluginManager.cs +++ b/Dalamud/Plugin/Internal/PluginManager.cs @@ -31,7 +31,7 @@ namespace Dalamud.Plugin.Internal /// /// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded. /// - public const int DalamudApiLevel = 5; + public const int DalamudApiLevel = 6; private static readonly ModuleLog Log = new("PLUGINM");