Skip to content

Commit

Permalink
Update versioning to 1.7.1 / 0.19.1 (#6122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj authored Mar 9, 2022
1 parent 2c8d1b0 commit 4cf622e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/BranchInfo.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
<MajorVersion>1</MajorVersion>
<MinorVersion>7</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
<MajorVersion>0</MajorVersion>
<MinorVersion>19</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>
</PropertyGroup>
</Project>

0 comments on commit 4cf622e

Please sign in to comment.