Update minor version to 1902 (#32)

This commit is contained in:
Matt Cooley 2019-02-21 16:26:47 -08:00 committed by GitHub
parent 32fb8500cb
commit 1302d51afe
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: 1901
versionBuild: $[counter('10.1901.*', 500)]
versionMinor: 1902
versionBuild: $[counter('10.1902.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'