From 6afdc7c74599cb5d6a5c7b94d2ca0bcd46e3a657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jurczyk?= Date: Wed, 14 Dec 2022 20:52:52 +0100 Subject: [PATCH] Version bump --- Core/LocalAdmin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/LocalAdmin.cs b/Core/LocalAdmin.cs index 025aeec..3fed997 100644 --- a/Core/LocalAdmin.cs +++ b/Core/LocalAdmin.cs @@ -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;