(skip ci) update supported versions (visual change)

This commit is contained in:
breadbyte 2024-02-19 02:47:07 +08:00 committed by GitHub
parent 7edf458135
commit b2ef5cb23b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ namespace MinecraftClient
public const string Version = MCHighestVersion;
public const string MCLowestVersion = "1.4.6";
public const string MCHighestVersion = "1.20.2";
public const string MCHighestVersion = "1.20.4";
public static readonly string? BuildInfo = null;
private static Tuple<Thread, CancellationTokenSource>? offlinePrompt = null;