Updated version

This commit is contained in:
nathan 2018-02-19 20:22:26 +01:00
parent f4e94f2562
commit 2671a930de
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.6</version>
<version>2.8</version>
</dependency>
</dependencies>
```

View File

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

View File

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

View File

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

View File

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