Added version info

This commit is contained in:
Robinson 2021-04-29 01:47:53 +02:00
parent 37fbfe6ac1
commit 8068b1a5df
1 changed files with 7 additions and 0 deletions

View File

@ -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.