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 727060f commit 48672d5Copy full SHA for 48672d5
RLBotCS/Main.cs
@@ -10,7 +10,7 @@
10
if (args.Length > 0 && args[0] == "--version")
11
{
12
Console.WriteLine(
13
- "RLBotServer v5.beta.7.7\n"
+ "RLBotServer v5.beta.7.8\n"
14
+ $"Bridge {BridgeVersion.Version}\n"
15
+ "@ https://www.rlbot.org & https://github.com/RLBot/core"
16
);
0 commit comments