We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f879e commit 0ad7aafCopy full SHA for 0ad7aaf
1 file changed
RLBotCS/Main.cs
@@ -10,7 +10,7 @@
10
if (args.Length > 0 && args[0] == "--version")
11
{
12
Console.WriteLine(
13
- "RLBotServer v5.0.0-rc.3\n"
+ "RLBotServer v5.0.0-rc.4\n"
14
+ $"Bridge {BridgeVersion.Version}\n"
15
+ "@ https://www.rlbot.org & https://github.com/RLBot/core"
16
);
0 commit comments