Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.

Commit

Permalink
Change version to 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Feb 4, 2017
1 parent d5a19f8 commit 1ac616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tk/wurst_client/WurstClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public enum WurstClient
{
INSTANCE;

public static final String VERSION = "5.8";
public static final String VERSION = "5.8.1";
public static final String MINECRAFT_VERSION = "1.11";

public static final NavigableMap<Integer, String> PROTOCOLS;
Expand Down

0 comments on commit 1ac616f

Please sign in to comment.