Skip to content

Commit a35b11d

Browse files
authored
Version.njk: Update n,n-1 to 202511, 202502 (#526)
Update version.njk to target 202511 and 202502 as the n and n-1 branches.
1 parent 9e9450f commit a35b11d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.sync/Version.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
{% set mu_devops = "v18.0.2" %}
3434

3535
{# The latest Project Mu release branch value. #}
36-
{% set latest_mu_release_branch = "release/202502" %}
37-
{% set previous_mu_release_branch = "release/202405" %}
36+
{% set latest_mu_release_branch = "release/202511" %}
37+
{% set previous_mu_release_branch = "release/202502" %}
3838

3939
{# The version of the ubuntu-24-build container to use. #}
4040
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-24-build:737aacc" %}

0 commit comments

Comments
 (0)