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> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Network</artifactId> <artifactId>Network</artifactId>
<version>2.6</version> <version>2.8</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

@ -53,7 +53,7 @@ class Broadcast {
*/ */
public static public static
String getVersion() { 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 public static
String getVersion() { String getVersion() {
return "2.6"; return "2.8";
} }
private final String localChannelName; private final String localChannelName;

View File

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

View File

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