bumps the major version to 11 (#1698)

This commit is contained in:
Tian L 2021-09-26 13:02:43 +08:00 committed by GitHub
parent 1d87be76a0
commit 08c52987f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,9 @@ trigger: none
pr: none
variables:
versionMajor: 10
versionMajor: 11
versionMinor: 2109
versionBuild: $[counter('10.2109.*', 0)]
versionBuild: $[counter('11.2109.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'