Skip to content

Commit

Permalink
Update version to v3.1 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyaWu10 authored Dec 14, 2020
1 parent b7d3d84 commit 851ef13
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: 0
minor: 1
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 851ef13

Please sign in to comment.