Updated version

This commit is contained in:
nathan 2018-04-04 23:49:34 +02:00
parent fa3f98581d
commit d1fc510d60
5 changed files with 5 additions and 5 deletions

View File

@ -98,7 +98,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Network</artifactId>
<version>2.8</version>
<version>2.10</version>
</dependency>
</dependencies>
```

View File

@ -57,7 +57,7 @@ class Broadcast {
*/
public static
String getVersion() {
return "2.8";
return "2.10";
}
/**

View File

@ -62,7 +62,7 @@ class Client<C extends Connection> extends EndPointClient implements Connection
*/
public static
String getVersion() {
return "2.8";
return "2.10";
}
private final String localChannelName;

View File

@ -122,7 +122,7 @@ class DnsClient extends Shutdownable {
*/
public static
String getVersion() {
return "2.8";
return "2.10";
}
/**

View File

@ -62,7 +62,7 @@ class Server<C extends Connection> extends EndPointServer {
*/
public static
String getVersion() {
return "2.8";
return "2.10";
}
/**