From af9bf2caa9c1107a81c05f1620b7e7dc18c0c3f6 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 22 Sep 2023 15:47:57 -0400 Subject: [PATCH] .sync/Version.njk: Update Mu repos to Mu DevOps v6.4.1 (#250) Changes since last release: https://github.com/microsoft/mu_devops/compare/v6.1.0...v6.4.1 General release info: https://github.com/microsoft/mu_devops/releases Signed-off-by: Michael Kubacki --- .sync/Version.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync/Version.njk b/.sync/Version.njk index 78a5f686..d0606283 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 = "v6.1.0" %} +{% set mu_devops = "v6.4.1" %} {# The latest Project Mu release branch value. #} {% set latest_mu_release_branch = "release/202302" %}