From d2188304614cf373089d4622c485c24816522fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jurczyk?= Date: Fri, 9 Dec 2022 19:13:10 +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 2f7c7e5..86d677c 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.4"; + public const string VersionString = "2.5.5"; internal static LocalAdmin? Singleton; internal static ushort GamePort; internal static string? ConfigPath, LaLogsPath, GameLogsPath;