Skip to content

Commit acfa8de

Browse files
Update release version (#384)
1 parent dc17525 commit acfa8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ variables:
1616
publishProject: "**/*Tool/*.csproj"
1717
functionalTests: "**/*FunctionalTests/*.csproj"
1818
buildConfiguration: 'Release'
19-
major: 4
20-
minor: 6
19+
major: 5
20+
minor: 0
2121
patch: 0
2222
buildnum: $[counter(format('{0}.{1}.{2}',variables['major'],variables['minor'], variables['patch']), 1)]
2323
version: $(major).$(minor).$(patch).$(buildnum)

0 commit comments

Comments
 (0)