From 3cb296ac1d85d0bceed42399da32a9c6b898f397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jurczyk?= Date: Wed, 18 Sep 2024 12:05:07 +0200 Subject: [PATCH] Bumped version to 2.5.16 --- Core/LocalAdmin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/LocalAdmin.cs b/Core/LocalAdmin.cs index 4dee638..982ac44 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.15"; + public const string VersionString = "2.5.16"; private const ushort DefaultPort = 7777; private static readonly ConcurrentQueue InputQueue = new();