From 05d4be9dd69df23af7ddfc500ff397f4da7c17b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jurczyk?= Date: Sat, 31 Dec 2022 22:34:21 +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 d2f2f82..a696225 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.9"; + public const string VersionString = "2.5.10"; private static readonly ConcurrentQueue InputQueue = new(); private static readonly Stopwatch RestartsStopwatch = new();