Skip to content

Commit

Permalink
Update the version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg authored Jan 6, 2022
1 parent 895b80c commit 26b9c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/builder.versions.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
<VersionBuild Condition="'$(VersionBuild)' == ''">7</VersionBuild>
<VersionBuild Condition="'$(VersionBuild)' == ''">8</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

Expand Down

0 comments on commit 26b9c06

Please sign in to comment.