Update release builds to 2009 (#1359)

This commit is contained in:
Cory Volk 2020-08-31 20:52:12 -07:00 committed by GitHub
parent af3a61215d
commit b83a3d43b8
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: 2008
versionBuild: $[counter('10.2008.*', 0)]
versionMinor: 2009
versionBuild: $[counter('10.2009.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'