Skip to content

Commit

Permalink
Update release version (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankunhuang-pku authored Apr 22, 2022
1 parent dc17525 commit acfa8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ variables:
publishProject: "**/*Tool/*.csproj"
functionalTests: "**/*FunctionalTests/*.csproj"
buildConfiguration: 'Release'
major: 4
minor: 6
major: 5
minor: 0
patch: 0
buildnum: $[counter(format('{0}.{1}.{2}',variables['major'],variables['minor'], variables['patch']), 1)]
version: $(major).$(minor).$(patch).$(buildnum)
Expand Down

0 comments on commit acfa8de

Please sign in to comment.