From d2bae51b1e6fc168db4422e71194e5dd5804c635 Mon Sep 17 00:00:00 2001 From: Michael Kubacki <michael.kubacki@microsoft.com> Date: Mon, 23 Sep 2024 20:27:20 -0400 Subject: [PATCH] .sync/Version.njk: Update to Mu DevOps v12.0.2 (#375) See the following comparison for details of the changes between these releases: https://github.com/microsoft/mu_devops/compare/v10.0.0...v12.0.2 Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> --- .sync/Version.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync/Version.njk b/.sync/Version.njk index 5bca9d38..ee82be8e 100644 --- a/.sync/Version.njk +++ b/.sync/Version.njk @@ -30,7 +30,7 @@ #} {# The git ref value that files dependent on this repo will use. #} -{% set mu_devops = "v10.0.0" %} +{% set mu_devops = "v12.0.2" %} {# The latest Project Mu release branch value. #} {% set latest_mu_release_branch = "release/202405" %}