Change version number for 1.7.1 release

This commit is contained in:
ORelio 2014-01-28 18:46:41 +01:00
parent d08634789b
commit 86908c35a0

View file

@ -15,7 +15,7 @@ namespace MinecraftClient
{ {
private static McTcpClient Client; private static McTcpClient Client;
public static string[] startupargs; public static string[] startupargs;
public const string Version = "1.7.0"; public const string Version = "1.7.1";
/// <summary> /// <summary>
/// The main entry point of Minecraft Console Client /// The main entry point of Minecraft Console Client