From fb0f8b9b757b48a27fa767b1630b0fb27fb02675 Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:28:40 -0700 Subject: [PATCH] Updating Main branch minversion to 2310 (#2071) --- build/pipelines/azure-pipelines.release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index 0d174815..2faec2d2 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -9,7 +9,7 @@ pr: none variables: versionMajor: 11 - versionMinor: 2309 + versionMinor: 2310 versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionPatch: 0