Updated version

This commit is contained in:
nathan 2017-08-04 18:27:24 +02:00
parent ff79443030
commit 6f1d7f0672
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>1.26</version>
<version>1.27</version>
</dependency>
</dependencies>
```

View File

@ -55,7 +55,7 @@ class Broadcast {
*/
public static
Version getVersion() {
return new Version("1.26");
return new Version("1.27");
}
/**

View File

@ -68,7 +68,7 @@ class Client<C extends Connection> extends EndPointClient<C> implements Connecti
*/
public static
Version getVersion() {
return new Version("1.26");
return new Version("1.27");
}
/**

View File

@ -127,7 +127,7 @@ class DnsClient {
*/
public static
Version getVersion() {
return new Version("1.26");
return new Version("1.27");
}
/**

View File

@ -65,7 +65,7 @@ class Server<C extends Connection> extends EndPointServer<C> {
*/
public static
Version getVersion() {
return new Version("1.26");
return new Version("1.27");
}
/**