Skip to content

Commit

Permalink
Update builder.versions.settings.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg committed Mar 1, 2024
1 parent 5372813 commit b19efd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/builder.versions.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
<VersionBuild Condition="'$(VersionBuild)' == ''">4</VersionBuild>
<VersionBuild Condition="'$(VersionBuild)' == ''">5</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

Expand Down

0 comments on commit b19efd3

Please sign in to comment.