Skip to content

Commit

Permalink
update latest supported version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
psu-de committed Apr 2, 2024
1 parent fadbcd4 commit 16ca614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/MineSharp.Protocol/MinecraftClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class MinecraftClient : IDisposable
/// <summary>
/// The latest version supported
/// </summary>
public const string LATEST_SUPPORTED_VERSION = "1.20.1";
public const string LATEST_SUPPORTED_VERSION = "1.20.4";

private static readonly ILogger Logger = LogManager.GetCurrentClassLogger();

Expand Down

0 comments on commit 16ca614

Please sign in to comment.