Skip to content

Commit

Permalink
Update commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBartlett committed Feb 19, 2025
1 parent b81084f commit eab32e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DXMainClient/DXGUI/Multiplayer/CnCNet/CnCNetLobby.cs
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ private void PostUIInit()
gameCreationPanel.Hide();

//string clientVersion = GitVersionInformation.AssemblySemVer;
string clientVersion = "yr/develop, based on the XNA Client Version 2.11.7.0, develop/e5034eb";
string clientVersion = "yr/develop, based on the XNA Client Version 2.11.7.0, develop/4498520";
#if DEVELOPMENT_BUILD
clientVersion = $"{GitVersionInformation.CommitDate} {GitVersionInformation.BranchName}@{GitVersionInformation.ShortSha}";
#endif
Expand Down

0 comments on commit eab32e7

Please sign in to comment.