mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-05 11:10:24 +02:00
Bump indexers definition version to 11
This commit is contained in:
parent
4188510586
commit
886054fdf8
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public class IndexerDefinitionUpdateService : IIndexerDefinitionUpdateService, I
|
|||
/* 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 = 10;
|
||||
private const int DEFINITION_VERSION = 11;
|
||||
|
||||
// Used when moving yml to C#
|
||||
private readonly List<string> _definitionBlocklist = new ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue