Archived
0

Fixed version numbers

This commit is contained in:
Minenash
2018-11-09 20:59:39 -05:00
parent 407b357e87
commit 51122a2484
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ import com.redstoner.modules.Module;
import net.nemez.chatapi.click.Message;
@Commands(CommandHolderType.File)
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
@Version(major = 4, minor = 2, revision = 0, compatible = 4)
public class Check implements Module, Listener
{
MysqlTable table;