diff --git a/server/const.go b/server/const.go index e441d246..708980d6 100644 --- a/server/const.go +++ b/server/const.go @@ -35,7 +35,7 @@ var ( const ( // VERSION is the current version for the server. - VERSION = "1.1.0" + VERSION = "1.1.1" // DEFAULT_PORT is the default port for client connections. DEFAULT_PORT = 4222