Changed version.

This commit is contained in:
Deathsbreed 2014-11-18 11:37:37 -06:00
parent 3a6014d21f
commit 60170d1ed9

View File

@ -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;