Update calculator version to 2004 (#1206)

* Update props file to 2004

* Update build/pipelines/azure-pipelines.release.yaml

Co-authored-by: ItzLevvie <11600822+ItzLevvie@users.noreply.github.com>

Co-authored-by: ItzLevvie <11600822+ItzLevvie@users.noreply.github.com>
This commit is contained in:
Pepe Rivera
2020-04-30 12:09:34 -07:00
committed by GitHub
parent 6e521d8f29
commit 264b5204d3

View File

@@ -9,8 +9,8 @@ pr: none
variables:
versionMajor: 10
versionMinor: 2003
versionBuild: $[counter('10.2003.*', 0)]
versionMinor: 2004
versionBuild: $[counter('10.2004.*', 0)]
versionPatch: 0
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'