From dde189014bf55a003bb9c427d42c217b3c94ba32 Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Thu, 19 Dec 2024 19:31:29 -0800 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 541bd1e..f53c7ad 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.18"; + public const string Version = "2.3.19"; public static readonly string LogPrefix = $"[RetakesAllocator {Version}] ";