Updated server version to 1.11
This commit is contained in:
parent
57257499f9
commit
41888d698b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class ServerRunner {
|
|||
|
||||
private static final int interval = 24; // hours
|
||||
|
||||
private static volatile String server_version = "1.9.2";
|
||||
private static volatile String server_version = "1.11";
|
||||
|
||||
private static volatile boolean stop = false;
|
||||
private static volatile int restartcounter = RESTART_MESSAGE_COUNT;
|
||||
|
|
Loading…
Reference in a new issue