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