Skip to content

Commit 0fca56c

Browse files
authored
Fixed version numbers in the right place (#5558)
* Updated version to 1.5.4 * Updated version to 1.5.4
1 parent 331ea1c commit 0fca56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/BranchInfo.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
3131
<MajorVersion>1</MajorVersion>
3232
<MinorVersion>5</MinorVersion>
33-
<PatchVersion>3</PatchVersion>
33+
<PatchVersion>4</PatchVersion>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
3636
<MajorVersion>0</MajorVersion>
3737
<MinorVersion>17</MinorVersion>
38-
<PatchVersion>3</PatchVersion>
38+
<PatchVersion>4</PatchVersion>
3939
</PropertyGroup>
4040
</Project>

0 commit comments

Comments
 (0)