diff --git a/src/dorkbox/network/Configuration.kt b/src/dorkbox/network/Configuration.kt index d4772e35..057a250a 100644 --- a/src/dorkbox/network/Configuration.kt +++ b/src/dorkbox/network/Configuration.kt @@ -35,6 +35,13 @@ import java.io.File import java.util.concurrent.TimeUnit class ServerConfiguration : dorkbox.network.Configuration() { + companion object { + /** + * Gets the version number. + */ + const val version = "5.1" + } + /** * The address for the server to listen on. "*" will accept connections from all interfaces, otherwise specify * the hostname (or IP) to bind to.