Changed version.
This commit is contained in:
parent
3a6014d21f
commit
60170d1ed9
@ -12,7 +12,7 @@ import java.lang.*;
|
||||
*
|
||||
*/
|
||||
public class Client implements Runnable {
|
||||
private String version = "v1.0.1";
|
||||
private String version = "v1.0.2";
|
||||
private Socket socket = null;
|
||||
private ClientThread cThread = null;
|
||||
private DataOutputStream streamOut = null;
|
||||
|
Loading…
Reference in New Issue
Block a user