Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrikMoon committed Apr 22, 2023
1 parent 221b133 commit 9f309b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TournamentAssistantShared/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ namespace TournamentAssistantShared
public static class Constants
{
public const string NAME = "TournamentAssistant";
public const string VERSION = "0.7.3";
public const int VERSION_CODE = 073;
public const string VERSION = "0.7.4";
public const int VERSION_CODE = 074;
public const string MASTER_SERVER = "tournamentassistant.net";
public const string Changelog =
"0.0.1: Begin assembling UI for coordinator panels\n" +
Expand Down

0 comments on commit 9f309b4

Please sign in to comment.