Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
joserobjr committed Nov 8, 2016
1 parent 6d1e241 commit 224af45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mcf/davidee/autojoin/AutoJoin.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class AutoJoin {

public static final int PROTOCOL_VER = 5;
public static final String VERSION = "1.7.10.0";
public static final String VERSION = "1.8.9.0";

@Instance("AutoJoin")
public static AutoJoin instance;
Expand Down

0 comments on commit 224af45

Please sign in to comment.