bumps the major version to 11 (#1698) (#1704)

This commit is contained in:
Tian L 2021-09-28 15:27:32 +08:00 committed by GitHub
commit 8f8c988b92
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)'