Update build version to 2001 (#1016)

This commit is contained in:
Pepe Rivera 2020-02-03 15:22:34 -08:00 committed by GitHub
parent 6ca8f90021
commit ff5efcdd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@ pr: none
variables:
versionMajor: 10
versionMinor: 1912
versionBuild: $[counter('10.1912.*', 0)]
versionMinor: 2001
versionBuild: $[counter('10.2001.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'