Update version to 1.18.2 (#1961)

This commit is contained in:
Leon Heuer 2022-03-21 23:29:16 +01:00 committed by GitHub
parent 41950c8b20
commit a202f31aaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 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.1";
public const string MCHighestVersion = "1.18.2";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;