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:
parent
6e521d8f29
commit
264b5204d3
@ -9,8 +9,8 @@ pr: none
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
versionMajor: 10
|
versionMajor: 10
|
||||||
versionMinor: 2003
|
versionMinor: 2004
|
||||||
versionBuild: $[counter('10.2003.*', 0)]
|
versionBuild: $[counter('10.2004.*', 0)]
|
||||||
versionPatch: 0
|
versionPatch: 0
|
||||||
|
|
||||||
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'
|
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'
|
||||||
|
Loading…
Reference in New Issue
Block a user