diff --git a/main.py b/main.py index 158b8f3..1d89b3e 100644 --- a/main.py +++ b/main.py @@ -11,5 +11,5 @@ from serverthrall import run_server_thrall # noqa import os # noqa -VERSION = '2.1.9' +VERSION = '2.1.10' run_server_thrall(VERSION)