Update version to 1.18.1 (#1845)

This commit is contained in:
ReinforceZwei 2021-12-10 22:15:00 +08:00 committed by GitHub
parent fdc3069083
commit bdcf3e5aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 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.18";
public const string MCHighestVersion = "1.18.1";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;