diff --git a/server/const.go b/server/const.go index 5ae7ca5..5a38b73 100644 --- a/server/const.go +++ b/server/const.go @@ -4,7 +4,7 @@ import "time" const ( // Version is the current version for the server. - Version = "1.6.0" + Version = "1.6.1" // ProtocolVersion is the implemented RES protocol version. ProtocolVersion = "1.2.1"