Skip to content

Commit a91dd65

Browse files
committed
Version 0.10.5
1 parent 48310a4 commit a91dd65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Common/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ namespace Multiplayer.Common
22
{
33
public static class MpVersion
44
{
5-
public const string Version = "0.10.4";
6-
public const int Protocol = 46;
5+
public const string Version = "0.10.5";
6+
public const int Protocol = 47;
77

88
public const string ApiAssemblyName = "0MultiplayerAPI";
99

0 commit comments

Comments
 (0)