Update app version to 1908 (#661)

* Update app version to 1908

* Update app versionMinor to 1908
This commit is contained in:
Stephanie Anderl 2019-09-05 16:00:27 -07:00 committed by GitHub
parent c877b0a2e9
commit a7fb172028
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: 1907
versionBuild: $[counter('10.1907.*', 0)]
versionMinor: 1908
versionBuild: $[counter('10.1908.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'