Updated version from 2.16 to 2.17

This commit is contained in:
nathan 2019-02-11 15:46:42 +01:00
parent cdf34ac1dc
commit 16019270c8
4 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ object Extras {
// set for the project
const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 6+"
const val group = "com.dorkbox"
const val version = "2.16"
const val version = "2.17"
// set as project.ext
const val name = "Network"

View File

@ -58,7 +58,7 @@ class Broadcast {
*/
public static
String getVersion() {
return "2.16";
return "2.17";
}
/**

View File

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

View File

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