Updated version

This commit is contained in:
nathan 2018-01-25 16:08:14 +01:00
parent 4cb9d8ad59
commit be399c44ea
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.5</version>
<version>2.6</version>
</dependency>
</dependencies>
```

View File

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

View File

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

View File

@ -120,7 +120,7 @@ class DnsClient extends EndPoint {
*/
public static
String getVersion() {
return "2.5";
return "2.6";
}
/**

View File

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