Update version of release builds to 1907 (#590)

This commit is contained in:
Matt Cooley 2019-07-17 21:37:30 -07:00 committed by GitHub
parent 01cfe6dd89
commit aea12015bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@ pr: none
variables: variables:
versionMajor: 10 versionMajor: 10
versionMinor: 1906 versionMinor: 1907
versionBuild: $[counter('10.1906.*', 0)] versionBuild: $[counter('10.1907.*', 0)]
versionPatch: 0 versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)' name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'