From 9a37a045b0edb8f9e99ce7be1a86604070949656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jurczyk?= Date: Mon, 20 Feb 2023 20:07:20 +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 5486ff5..dbc8dd4 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.10"; + public const string VersionString = "2.5.11"; private static readonly ConcurrentQueue InputQueue = new(); private static readonly Stopwatch RestartsStopwatch = new();