We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede6627 commit a9189aeCopy full SHA for a9189ae
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");
+ public Version Version => Version.Parse("1.7.2");
24
25
public string XMLURL => "http://livesplit.org/update/Components/update.LiveSplit.Server.xml";
26
}
0 commit comments