Skip to content

Commit

Permalink
upgrade version to 3.5 (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: YanhuiHong <hongyh2006@163.com>
  • Loading branch information
hongyh13 and hongyh13 authored Mar 18, 2021
1 parent 0294ab3 commit 5d3df5e
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: 4
minor: 5
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 5d3df5e

Please sign in to comment.