Skip to content

Commit

Permalink
Update version (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankunhuang-pku authored Apr 6, 2022
1 parent 7963ba3 commit 06fc892
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: 5
minor: 6
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 06fc892

Please sign in to comment.