Change version number for 1.8.1

This commit is contained in:
ORelio 2014-10-08 20:15:11 +02:00
parent 050b2985f5
commit 0c81c703db

View file

@ -27,7 +27,7 @@ namespace MinecraftClient
static void Main(string[] args)
{
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.0 - v" + Version + " - By ORelio & Contributors");
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.1 - v" + Version + " - By ORelio & Contributors");
//Basic Input/Output ?
if (args.Length >= 1 && args[args.Length - 1] == "BasicIO")