From 78f812d5e8af00d9f6b777afc36e6f8ff9c39e78 Mon Sep 17 00:00:00 2001 From: Jason Spafford Date: Wed, 11 Sep 2019 02:14:34 -0700 Subject: [PATCH] Bumped version to v2.1.10 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)