We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8d1b0 commit 4cf622eCopy full SHA for 4cf622e
eng/BranchInfo.props
@@ -30,11 +30,11 @@
30
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
31
<MajorVersion>1</MajorVersion>
32
<MinorVersion>7</MinorVersion>
33
- <PatchVersion>0</PatchVersion>
+ <PatchVersion>1</PatchVersion>
34
</PropertyGroup>
35
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
36
<MajorVersion>0</MajorVersion>
37
<MinorVersion>19</MinorVersion>
38
39
40
</Project>
0 commit comments