Skip to content

Commit

Permalink
Version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetrith committed Apr 15, 2024
1 parent 1ff64b8 commit 3551586
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.1";
public const int Protocol = 43;
public const string Version = "0.10.2";
public const int Protocol = 44;

public const string ApiAssemblyName = "0MultiplayerAPI";

Expand Down

0 comments on commit 3551586

Please sign in to comment.