Skip to content

Commit

Permalink
Hotfix version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrikMoon committed Mar 11, 2021
1 parent c7acc11 commit f546c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared/SharedConstructs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ namespace TournamentAssistantShared
public static class SharedConstructs
{
public const string Name = "TournamentAssistant";
public const string Version = "0.4.2";
public const int VersionCode = 042;
public const string Version = "0.4.3";
public const int VersionCode = 043;
public static string Changelog =
"0.0.1: Begin assembling UI for coordinator panels\n" +
"0.1.1: Implemented versioning system\n" +
Expand Down

0 comments on commit f546c93

Please sign in to comment.