From 9f21e7fd84a4d380743e721f0cb8a29d0c540890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jurczyk?= Date: Tue, 16 Mar 2021 10:13:55 +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 87e743a..c97b296 100644 --- a/Core/LocalAdmin.cs +++ b/Core/LocalAdmin.cs @@ -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;