Updating version of release builds to 1905 (#500)

This commit is contained in:
Matt Cooley
2019-05-10 11:17:43 -07:00
committed by GitHub
parent c568ec787e
commit b82f571774

View File

@@ -9,8 +9,8 @@ pr: none
variables:
versionMajor: 10
versionMinor: 1904
versionBuild: $[counter('10.1904.*', 0)]
versionMinor: 1905
versionBuild: $[counter('10.1905.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'