From 606873e29ee4b2511d575719fc8c1919fcf7f8ab Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:45:51 -0700 Subject: [PATCH] Update minor version to 2506 --- 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 3ffc9a09..394543ee 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -11,7 +11,7 @@ variables: - name: versionMajor value: 11 - name: versionMinor - value: 2503 + value: 2506 - name: versionBuild value: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] - name: versionPatch