From 14dc481c4e669f9e3247fb8277f2e653129d8966 Mon Sep 17 00:00:00 2001 From: tian-lt Date: Mon, 11 Apr 2022 18:53:52 +0800 Subject: [PATCH] update the minor version to 2205 --- 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 27661b97..c2f6174a 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -9,7 +9,7 @@ pr: none variables: versionMajor: 11 - versionMinor: 2204 + versionMinor: 2205 versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionPatch: 0