Skip to content

Commit

Permalink
Update version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wooferzfg committed May 30, 2017
1 parent 14b6a09 commit 83b4687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Components/ServerFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ServerFactory : IComponentFactory

public string UpdateURL => "http://livesplit.org/update/";

public Version Version => Version.Parse("1.6.3");
public Version Version => Version.Parse("1.7");

public string XMLURL => "http://livesplit.org/update/Components/update.LiveSplit.Server.xml";
}
Expand Down

0 comments on commit 83b4687

Please sign in to comment.