Update build version to 1910 (#786)

updating minor versioning to 1910 release
This commit is contained in:
Cory Volk 2019-11-11 11:44:29 -08:00 committed by Matt Cooley
parent 01299a92cd
commit fcf2da7b1f

View File

@ -9,8 +9,8 @@ pr: none
variables:
versionMajor: 10
versionMinor: 1909
versionBuild: $[counter('10.1909.*', 0)]
versionMinor: 1910
versionBuild: $[counter('10.1910.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'