Skip to content

Commit 9f309b4

Browse files
committed
Bump version number
1 parent 221b133 commit 9f309b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TournamentAssistantShared/Constants.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ namespace TournamentAssistantShared
88
public static class Constants
99
{
1010
public const string NAME = "TournamentAssistant";
11-
public const string VERSION = "0.7.3";
12-
public const int VERSION_CODE = 073;
11+
public const string VERSION = "0.7.4";
12+
public const int VERSION_CODE = 074;
1313
public const string MASTER_SERVER = "tournamentassistant.net";
1414
public const string Changelog =
1515
"0.0.1: Begin assembling UI for coordinator panels\n" +

0 commit comments

Comments
 (0)