Bump the compatible version number

This commit is contained in:
mcmonkey 2015-05-25 11:20:58 -07:00
parent 0fcb334c7f
commit 8578372ccd

View File

@ -454,5 +454,5 @@ public class Citizens extends JavaPlugin implements CitizensPlugin {
return false;
}
private static final String COMPATIBLE_MC_VERSION = "1.8.5";
private static final String COMPATIBLE_MC_VERSION = "1.8.6";
}