We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221b133 commit 9f309b4Copy full SHA for 9f309b4
TournamentAssistantShared/Constants.cs
@@ -8,8 +8,8 @@ namespace TournamentAssistantShared
8
public static class Constants
9
{
10
public const string NAME = "TournamentAssistant";
11
- public const string VERSION = "0.7.3";
12
- public const int VERSION_CODE = 073;
+ public const string VERSION = "0.7.4";
+ public const int VERSION_CODE = 074;
13
public const string MASTER_SERVER = "tournamentassistant.net";
14
public const string Changelog =
15
"0.0.1: Begin assembling UI for coordinator panels\n" +
0 commit comments