We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602002c commit a842210Copy full SHA for a842210
RLBotCS/Main.cs
@@ -8,7 +8,7 @@
8
9
if (args.Length > 0 && args[0] == "--version")
10
{
11
- Console.WriteLine("RLBotServer v5.beta.6.10");
+ Console.WriteLine("RLBotServer v5.beta.6.11");
12
Environment.Exit(0);
13
}
14
0 commit comments