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;