Update calculator version to 2003 (#1142)

This commit is contained in:
Stephanie Anderl 2020-04-02 10:27:40 -07:00 committed by GitHub
parent 0550cb7e92
commit 60c50e1142
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: 2002
versionBuild: $[counter('10.2002.*', 0)]
versionMinor: 2003
versionBuild: $[counter('10.2003.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'