From 8068b1a5dfadcfe84d9209ed817512392818c4cd Mon Sep 17 00:00:00 2001 From: Robinson Date: Thu, 29 Apr 2021 01:47:53 +0200 Subject: [PATCH] Added version info --- src/dorkbox/network/Configuration.kt | 7 +++++++ 1 file changed, 7 insertions(+) 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.