There was an error while loading. Please reload this page.
1 parent d161d3f commit 81a3212Copy full SHA for 81a3212
1 file changed
UI/Components/ServerFactory.cs
@@ -20,7 +20,7 @@ public class ServerFactory : IComponentFactory
20
21
public string UpdateURL => "http://livesplit.org/update/";
22
23
- public Version Version => Version.Parse("1.7.7");
+ public Version Version => Version.Parse("1.8.0");
24
25
public string XMLURL => "http://livesplit.org/update/Components/update.LiveSplit.Server.xml";
26
}
0 commit comments