mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Change version number for 1.7.1 release
This commit is contained in:
parent
d08634789b
commit
86908c35a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue