Skip to content

Commit

Permalink
Merged PR 4867: eng | Update patch version for release MDS 3.1.7
Browse files Browse the repository at this point in the history
#### AI description  (iteration 1)
#### PR Classification
Version update for release.

#### PR Summary
This pull request updates the patch version for the MDS 3.1.7 release.
- `eng/pipelines/libraries/mds-variables.yml`: Incremented the patch version from 6 to 7.

Related work items: #29493
  • Loading branch information
dauinsight committed Aug 20, 2024
1 parent 94bcd6c commit a88d2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/mds-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
- name: Minor
value: 1
- name: Patch
value: 6
value: 7

- name: NugetPackageVersion
value: $(Major).$(Minor).$(Patch)
Expand Down

0 comments on commit a88d2e1

Please sign in to comment.