From ac142539a40987da4c131fb60e696cdf15f8e7ff Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Thu, 31 Oct 2024 18:40:56 +0900 Subject: [PATCH] Update PluginInfo.cs --- RetakesAllocatorCore/PluginInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetakesAllocatorCore/PluginInfo.cs b/RetakesAllocatorCore/PluginInfo.cs index fe6dc59..4e84392 100644 --- a/RetakesAllocatorCore/PluginInfo.cs +++ b/RetakesAllocatorCore/PluginInfo.cs @@ -5,7 +5,7 @@ namespace RetakesAllocatorCore; public static class PluginInfo { - public const string Version = "2.3.14"; + public const string Version = "2.3.15"; public static readonly string LogPrefix = $"[RetakesAllocator {Version}] ";