Add 1.15.1 (1/2)

This commit is contained in:
ORelio 2019-12-25 11:11:55 +01:00
parent f82b09af5a
commit aba2ec79d1
2 changed files with 4 additions and 5 deletions

View file

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