From 1d046eb90bc13f0f1e69db4c6e7dc43c40a5e346 Mon Sep 17 00:00:00 2001 From: Dario Date: Tue, 3 Jul 2018 19:53:06 +0200 Subject: [PATCH] Bump version to v0.2.6 (#4534) --- medusa/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medusa/common.py b/medusa/common.py index 38c6b9dd19..58e0078d3d 100644 --- a/medusa/common.py +++ b/medusa/common.py @@ -48,7 +48,7 @@ # To enable, set SPOOF_USER_AGENT = True SPOOF_USER_AGENT = False INSTANCE_ID = str(uuid.uuid1()) -VERSION = '0.2.5' +VERSION = '0.2.6' USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format( version=VERSION, system=platform.system(), release=platform.release(), instance=INSTANCE_ID)