From 06423749b530ba404c6a560ab87be08c6a5f95c2 Mon Sep 17 00:00:00 2001 From: Konrad Jamrozik Date: Mon, 13 Feb 2023 13:33:30 -0800 Subject: [PATCH] Update `PipelineOwnersExtractorVersion` to `1.0.0-dev.20230211.1` (#5419) --- eng/pipelines/templates/variables/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index 91adfb03423..d762a7caee2 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -2,4 +2,4 @@ variables: OfficialBuildId: $(Build.BuildNumber) skipComponentGovernanceDetection: true NotificationsCreatorVersion: '1.0.0-dev.20230127.4' - PipelineOwnersExtractorVersion: '1.0.0-dev.20230105.1' + PipelineOwnersExtractorVersion: '1.0.0-dev.20230211.1'