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

View File

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

View File

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

View File

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