Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBartlett committed Feb 10, 2025
1 parent 370331e commit f0991e2
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.6.0, develop/3c0d2e0";
string clientVersion = "yr/develop, based on the XNA Client Version 2.11.6.0, develop/e5034eb";
#if DEVELOPMENT_BUILD
clientVersion = $"{GitVersionInformation.CommitDate} {GitVersionInformation.BranchName}@{GitVersionInformation.ShortSha}";
#endif
Expand Down

0 comments on commit f0991e2

Please sign in to comment.