updates the minor version to 2110 (#1718)

This commit is contained in:
Tian L 2021-10-13 11:38:20 +08:00 committed by GitHub
parent 605ed33225
commit c5501294a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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