Skip to content

Commit 3d1588d

Browse files
committed
Bump version + format
1 parent fcd9222 commit 3d1588d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RLBotCS/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
if (args.Length > 0 && args[0] == "--version")
1010
{
11-
Console.WriteLine("RLBotServer v5.beta.6.7");
11+
Console.WriteLine("RLBotServer v5.beta.6.8");
1212
Environment.Exit(0);
1313
}
1414

RLBotCS/ManagerTools/LaunchManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private static void LaunchGameViaLegendary()
138138
private static void LaunchGameViaHeroic()
139139
{
140140
Process heroic;
141-
141+
142142
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
143143
{
144144
heroic = RunCommandInShell(

0 commit comments

Comments
 (0)