We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48310a4 commit a91dd65Copy full SHA for a91dd65
1 file changed
Source/Common/Version.cs
@@ -2,8 +2,8 @@ namespace Multiplayer.Common
2
{
3
public static class MpVersion
4
5
- public const string Version = "0.10.4";
6
- public const int Protocol = 46;
+ public const string Version = "0.10.5";
+ public const int Protocol = 47;
7
8
public const string ApiAssemblyName = "0MultiplayerAPI";
9
0 commit comments