Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.

Commit a476158

Browse files
committed
Version 0.1.4
1 parent 6907ea5 commit a476158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Common/Version.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
public static class MpVersion
44
{
5-
public const string Version = "0.1.3";
6-
public const int Protocol = 2;
5+
public const string Version = "0.1.4";
6+
public const int Protocol = 3;
77

88
#if DEBUG
99
public const bool IsDebug = true;

0 commit comments

Comments
 (0)