Skip to content

Commit

Permalink
Bump version to 7.21.2 (#2979)
Browse files Browse the repository at this point in the history
  • Loading branch information
gathogojr authored May 23, 2024
1 parent 66d4479 commit 9383d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CustomMSBuild/Versioning.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">21</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">1</VersionBuildNumber>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">2</VersionBuildNumber>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

Expand Down

0 comments on commit 9383d7e

Please sign in to comment.