mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-06 05:01:07 -07:00
Update minor version to 2506 (#2339)
Some checks failed
Windows Calculator Continuous Integration Pipeline / Define builds (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Build (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Run unit tests (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Run UI tests (x64) (push) Has been cancelled
Some checks failed
Windows Calculator Continuous Integration Pipeline / Define builds (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Build (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Run unit tests (push) Has been cancelled
Windows Calculator Continuous Integration Pipeline / Run UI tests (x64) (push) Has been cancelled
This commit is contained in:
parent
544e7a5dd3
commit
be6eee0328
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ variables:
|
||||||
- name: versionMajor
|
- name: versionMajor
|
||||||
value: 11
|
value: 11
|
||||||
- name: versionMinor
|
- name: versionMinor
|
||||||
value: 2503
|
value: 2506
|
||||||
- name: versionBuild
|
- name: versionBuild
|
||||||
value: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)]
|
value: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)]
|
||||||
- name: versionPatch
|
- name: versionPatch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue