Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalPetryka committed Jul 25, 2019
1 parent ba6bcab commit d48fe64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Mirror.LiteNetLib4Mirror
{
public static class LiteNetLib4MirrorCore
{
public const string TransportVersion = "1.2.4";
public const string TransportVersion = "1.2.5";
public static SocketError LastError { get; internal set; }
public static SocketError LastDisconnectError { get; internal set; }
public static DisconnectReason LastDisconnectReason { get; internal set; }
Expand Down

0 comments on commit d48fe64

Please sign in to comment.