We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26105c0 commit 7a12869Copy full SHA for 7a12869
RetakesAllocatorCore/PluginInfo.cs
@@ -5,7 +5,7 @@ namespace RetakesAllocatorCore;
5
6
public static class PluginInfo
7
{
8
- public const string Version = "2.3.4";
+ public const string Version = "2.3.5";
9
10
public static readonly string LogPrefix = $"[RetakesAllocator {Version}] ";
11
0 commit comments