Getting ready for new version release.
This commit is contained in:
parent
f6f9511537
commit
24a711e8c1
@ -15,7 +15,7 @@ import java.util.*;
|
||||
*
|
||||
*/
|
||||
public class Server implements Runnable {
|
||||
private String version = "v1.0.1";
|
||||
private String version = "v1.1";
|
||||
private ArrayList<ServerThread> clients = new ArrayList<ServerThread>();
|
||||
private ServerSocket sSocket = null;
|
||||
private Thread thread = null;
|
||||
|
Loading…
Reference in New Issue
Block a user