From 10f5d4005d1856fe0da5e13b735590336d0e0145 Mon Sep 17 00:00:00 2001 From: Tian L <60599517+tian-lt@users.noreply.github.com> Date: Sun, 26 Sep 2021 16:53:43 +0800 Subject: [PATCH] Cherry-pick: Bumps the major version to 11 #1698 (#1700) * Fix for #1666- Back button is not accessible via keyboard when navigating to the about page. (#1679) * initial changes * margin * format * resolve review comments * Popup Content Height * bumps the major version to 11 (#1698) --- build/pipelines/azure-pipelines.release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index 1c4725c7..6acc2369 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -8,9 +8,9 @@ trigger: none pr: none variables: - versionMajor: 10 + versionMajor: 11 versionMinor: 2109 - versionBuild: $[counter('10.2109.*', 0)] + versionBuild: $[counter('11.2109.*', 0)] versionPatch: 0 name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'