Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Dec 14, 2022
1 parent d9556c8 commit 6afdc7c
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 @@ -30,7 +30,7 @@ namespace LocalAdmin.V2.Core;

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

0 comments on commit 6afdc7c

Please sign in to comment.