From 436eb1718dc01b57bd7b6207201f18ce4f3fb202 Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Tue, 2 Feb 2021 11:40:57 -0800 Subject: [PATCH] Update2102release (#1484) --- 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 a53ab1d..295be1e 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -16,8 +16,8 @@ pr: none variables: versionMajor: 10 - versionMinor: 2101 - versionBuild: $[counter('10.2101.*', 0)] + versionMinor: 2102 + versionBuild: $[counter('10.2102.*', 0)] versionPatch: 0 name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'