Must increment version of HookSetSpeed.

This commit is contained in:
asofold 2013-07-17 11:47:35 +02:00
parent ec15239b87
commit 3103ffbafa
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class HookSetSpeed extends AbstractHook implements Listener, Configurable
@Override
public String getHookVersion() {
return "2.1";
return "2.2";
}
@Override