Skip to content

Commit df65a1b

Browse files
authored
Update release version to 8.1.1 (#882)
1 parent d7c1b5f commit df65a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tool/builder.versions.settings.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
55
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
6-
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
6+
<VersionBuild Condition="'$(VersionBuild)' == ''">1</VersionBuild>
77
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)