From 25bb608da65a8f512ec760db3a54088e56548d4d Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Fri, 26 Apr 2024 13:19:41 -0400 Subject: [PATCH] 2.3.6 --- RetakesAllocatorCore/PluginInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetakesAllocatorCore/PluginInfo.cs b/RetakesAllocatorCore/PluginInfo.cs index 204a033..7b14682 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.5"; + public const string Version = "2.3.6"; public static readonly string LogPrefix = $"[RetakesAllocator {Version}] ";