Skip to content

Commit

Permalink
Update version to 3.4 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyaWu10 authored Mar 3, 2021
1 parent 4b22adb commit c3ef964
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 @@ -16,7 +16,7 @@ variables:
functionalTests: "**/*FunctionalTests/*.csproj"
buildConfiguration: 'Release'
major: 3
minor: 3
minor: 4
bulidnum: $[counter(format('{0}.{1}',variables['major'],variables['minor']), 100)]
revision: $[counter(format('{0:yyyyMMdd}', pipeline.startTime), 1)]
version: $(major).$(minor).$(bulidnum).$(revision)
Expand Down

0 comments on commit c3ef964

Please sign in to comment.