From 0f61e424e428e8a2e15ea5c05764c8c9a853b5b9 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 31 Jul 2022 14:55:00 -0500 Subject: [PATCH] fixup! bump to cardigann v8 --- .../IndexerVersions/IndexerDefinitionUpdateService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs b/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs index a10b0cb20..7833d9099 100644 --- a/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs +++ b/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs @@ -26,10 +26,10 @@ namespace NzbDrone.Core.IndexerVersions public class IndexerDefinitionUpdateService : IIndexerDefinitionUpdateService, IExecute, IHandle { - /* Update Service will fall back if version # does not exist for an indexer per Ta */ + /* Update Service will fall back if version # does not exist for an indexer per Ta */ private const string DEFINITION_BRANCH = "master"; - private const int DEFINITION_VERSION = 7; + private const int DEFINITION_VERSION = 8; //Used when moving yml to C# private readonly List _defintionBlocklist = new List()