From be6eee032899b58db277c436d845ee92b6022049 Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Tue, 24 Jun 2025 01:49:14 -0700 Subject: [PATCH] Update minor version to 2506 (#2339) --- 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 8911ce0d..fb9607a6 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