Skip to content

Commit

Permalink
Merge pull request #408 from microsoft/personal/yankhuan/update-versi…
Browse files Browse the repository at this point in the history
…on-5.0.2

Update version
  • Loading branch information
yankunhuang-pku committed Jun 30, 2022
2 parents 08868a5 + a878e08 commit 39911bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variables:
buildConfiguration: 'Release'
major: 5
minor: 0
patch: 1
patch: 2
buildnum: $[counter(format('{0}.{1}.{2}',variables['major'],variables['minor'], variables['patch']), 1)]
version: $(major).$(minor).$(patch).$(buildnum)

Expand Down

0 comments on commit 39911bb

Please sign in to comment.