bump pip detector version (#1175)
This commit is contained in:
Родитель
6c4ca4f842
Коммит
b635ce6a43
|
@ -39,7 +39,7 @@ public class PipComponentDetector : FileComponentDetector
|
|||
|
||||
public override IEnumerable<ComponentType> SupportedComponentTypes { get; } = new[] { ComponentType.Pip };
|
||||
|
||||
public override int Version { get; } = 8;
|
||||
public override int Version { get; } = 9;
|
||||
|
||||
protected override async Task<IObservable<ProcessRequest>> OnPrepareDetectionAsync(IObservable<ProcessRequest> processRequests, IDictionary<string, string> detectorArgs)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче