Updating version of release builds to 1903 (#361)

This commit is contained in:
Matt Cooley
2019-03-22 15:46:10 -07:00
committed by GitHub
parent e2d6a325e3
commit 4603d387ae

View File

@@ -9,8 +9,8 @@ pr: none
variables:
versionMajor: 10
versionMinor: 1902
versionBuild: $[counter('10.1902.*', 0)]
versionMinor: 1903
versionBuild: $[counter('10.1903.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'