Skip to content

Commit

Permalink
Bumping version to 8.0
Browse files Browse the repository at this point in the history
Commit c4819fe changed the TaskRun class in a possibly breaking manner by using a LockingList<string> versus a List<string>
  • Loading branch information
spaceisfun authored Oct 2, 2020
1 parent 1c475fa commit 2105c89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/custom.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Set the major and minor build numbers here -->
<PropertyGroup Label="Version">
<VersionMajor>7</VersionMajor>
<VersionMinor>1</VersionMinor>
<VersionMajor>8</VersionMajor>
<VersionMinor>0</VersionMinor>
<VersionInfoProductName>Factory Orchestrator</VersionInfoProductName>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 2105c89

Please sign in to comment.