From 9afd4a081d270838c0a5c72212241971c150cfd2 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Tue, 27 Feb 2024 20:43:57 +1300 Subject: [PATCH] Update __init__.py V12.1.13 --- core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index 04faf3ef..db6bc0c4 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -83,7 +83,7 @@ from core.utils import ( wake_up, ) -__version__ = '12.1.12' +__version__ = '12.1.13' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']