Skip to content

Commit d518b58

Browse files
authored
Increment AutoML build version to 0.15.0 for preview. (#3968)
1 parent e6a9595 commit d518b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/BranchInfo.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
</PropertyGroup>
2323
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
2424
<MajorVersion>1</MajorVersion>
25-
<MinorVersion>1</MinorVersion>
25+
<MinorVersion>3</MinorVersion>
2626
<PatchVersion>0</PatchVersion>
2727
<PreReleaseLabel>preview</PreReleaseLabel>
2828
</PropertyGroup>
2929
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
3030
<MajorVersion>0</MajorVersion>
31-
<MinorVersion>14</MinorVersion>
31+
<MinorVersion>15</MinorVersion>
3232
<PatchVersion>0</PatchVersion>
3333
<PreReleaseLabel>preview</PreReleaseLabel>
3434
</PropertyGroup>

0 commit comments

Comments
 (0)