Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Mar 16, 2021
1 parent dd87bc3 commit 9f21e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/LocalAdmin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace LocalAdmin.V2.Core

public sealed class LocalAdmin : IDisposable
{
public const string VersionString = "2.4.0";
public const string VersionString = "2.4.1";
public static LocalAdmin? Singleton;
public static ushort GamePort;
public static string? ConfigPath, LaLogsPath, GameLogsPath;
Expand Down

0 comments on commit 9f21e7f

Please sign in to comment.