Skip to content

Commit

Permalink
Fixed version numbers in the right place (#5558)
Browse files Browse the repository at this point in the history
* Updated version to 1.5.4

* Updated version to 1.5.4
  • Loading branch information
harishsk committed Dec 17, 2020
1 parent 331ea1c commit 0fca56c
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>5</MinorVersion>
<PatchVersion>3</PatchVersion>
<PatchVersion>4</PatchVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
<MajorVersion>0</MajorVersion>
<MinorVersion>17</MinorVersion>
<PatchVersion>3</PatchVersion>
<PatchVersion>4</PatchVersion>
</PropertyGroup>
</Project>

0 comments on commit 0fca56c

Please sign in to comment.