From 441bf39c0b5b344fe8dfcacb98d35418ce284e90 Mon Sep 17 00:00:00 2001 From: Tian L <60599517+tian-lt@users.noreply.github.com> Date: Sun, 31 Oct 2021 23:40:36 +0800 Subject: [PATCH] update the minor version to 2111 (#1733) --- 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 3a8f5c75..ff0dda77 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -9,8 +9,8 @@ pr: none variables: versionMajor: 11 - versionMinor: 2110 - versionBuild: $[counter('11.2110.*', 0)] + versionMinor: 2111 + versionBuild: $[counter('11.2111.*', 0)] versionPatch: 0 name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'