New: (Cardigann) Bump minimum version to v10

This commit is contained in:
Bogdan
2024-05-27 04:01:55 +03:00
parent 11864247eb
commit f95f67a7ca
3 changed files with 27 additions and 5 deletions
@@ -29,7 +29,7 @@ namespace NzbDrone.Core.IndexerVersions
/* 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 = 9;
private const int DEFINITION_VERSION = 10;
// Used when moving yml to C#
private readonly List<string> _definitionBlocklist = new ()