WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3551586

Browse files
committed
Version 0.10.2
1 parent 1ff64b8 commit 3551586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.1";
6-
public const int Protocol = 43;
5+
public const string Version = "0.10.2";
6+
public const int Protocol = 44;
77

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

0 commit comments

Comments
 (0)