Update version to 1.18 (#1836)

This commit is contained in:
ReinforceZwei 2021-12-02 21:07:57 +08:00 committed by GitHub
parent 6918a64c47
commit 9a9245f193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 194 additions and 5 deletions

View file

@ -32,7 +32,7 @@ namespace MinecraftClient
public const string Version = MCHighestVersion;
public const string MCLowestVersion = "1.4.6";
public const string MCHighestVersion = "1.17.1";
public const string MCHighestVersion = "1.18";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;