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 5c9b2f2 commit 046070eCopy full SHA for 046070e
1 file changed
Source/Common/Version.cs
@@ -5,7 +5,7 @@ namespace Multiplayer.Common
5
{
6
public static class MpVersion
7
8
- public const string SimpleVersion = "0.11.2";
+ public const string SimpleVersion = "0.11.3";
9
public const int Protocol = 53;
10
11
public static readonly string? GitHash = Assembly.GetExecutingAssembly()
0 commit comments