From d65b7c919d6baa64188148cedc8c58f2f9e96b28 Mon Sep 17 00:00:00 2001 From: Dario Date: Tue, 12 Dec 2023 14:28:00 +0100 Subject: [PATCH] Update common.py --- medusa/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medusa/common.py b/medusa/common.py index 87ed0058ad..cb91d2fcd3 100644 --- a/medusa/common.py +++ b/medusa/common.py @@ -39,7 +39,7 @@ log.logger.addHandler(logging.NullHandler()) INSTANCE_ID = text_type(uuid.uuid1()) -VERSION = '1.0.18' +VERSION = '1.0.19' USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format( version=VERSION, system=platform.system(), release=platform.release(),