Skip to content

Commit

Permalink
Version 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetrith committed Jul 18, 2024
1 parent 48310a4 commit a91dd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Common/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ namespace Multiplayer.Common
{
public static class MpVersion
{
public const string Version = "0.10.4";
public const int Protocol = 46;
public const string Version = "0.10.5";
public const int Protocol = 47;

public const string ApiAssemblyName = "0MultiplayerAPI";

Expand Down

0 comments on commit a91dd65

Please sign in to comment.