Skip to content

Commit

Permalink
Bumped version to 2.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Sep 18, 2024
1 parent bfbf2c5 commit 3cb296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/LocalAdmin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> InputQueue = new();
Expand Down

0 comments on commit 3cb296a

Please sign in to comment.