From 6e4c2b38bf46571fd9f0477b1229a452db2cad40 Mon Sep 17 00:00:00 2001 From: Tian L <60599517+tian-lt@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:02:13 +0800 Subject: [PATCH] bump the minor version to 2201 - happy new year. (#1771) --- 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 0106252..3b20d93 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: 2112 - versionBuild: $[counter('11.2112.*', 0)] + versionMinor: 2201 + versionBuild: $[counter('11.2201.*', 0)] versionPatch: 0 name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'