We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbf2c5 commit 3cb296aCopy full SHA for 3cb296a
Core/LocalAdmin.cs
@@ -30,7 +30,7 @@ namespace LocalAdmin.V2.Core;
30
31
public sealed class LocalAdmin : IDisposable
32
{
33
- public const string VersionString = "2.5.15";
+ public const string VersionString = "2.5.16";
34
private const ushort DefaultPort = 7777;
35
36
private static readonly ConcurrentQueue<string> InputQueue = new();
0 commit comments