Skip to content

Commit

Permalink
Update version (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankunhuang-pku authored Dec 21, 2021
1 parent 17563a0 commit a383f52
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 @@ -17,7 +17,7 @@ variables:
functionalTests: "**/*FunctionalTests/*.csproj"
buildConfiguration: 'Release'
major: 4
minor: 4
minor: 5
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 a383f52

Please sign in to comment.