Update version info for 1.8.2 release

This commit is contained in:
ORelio 2015-03-11 19:58:28 +01:00
parent 734d2672a2
commit e3c38ed6ac
3 changed files with 5 additions and 3 deletions

View file

@ -18,7 +18,7 @@ namespace MinecraftClient
{
private static McTcpClient Client;
public static string[] startupargs;
public const string Version = "1.8.0";
public const string Version = "1.8.2";
private static Thread offlinePrompt = null;
/// <summary>
@ -27,7 +27,7 @@ namespace MinecraftClient
static void Main(string[] args)
{
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.1 - v" + Version + " - By ORelio & Contributors");
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.3 - v" + Version + " - By ORelio & Contributors");
//Basic Input/Output ?
if (args.Length >= 1 && args[args.Length - 1] == "BasicIO")