From 6883da768470863464b439f62e6d35e6666fa25b Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 23 Sep 2020 15:57:01 +1200 Subject: [PATCH] Update __init__.py --- core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index 7aa9ddef..aa644bca 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -83,7 +83,7 @@ from core.utils import ( wake_up, ) -__version__ = '12.1.06' +__version__ = '12.1.07' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']