Skip to content

Commit 0fb21eb

Browse files
authored
Merge pull request #4604 from devlead/feature/gh-4593
GH4593: Update LatestPotentialBreakingChange to 6.0.0
2 parents 9883d2e + ad238f2 commit 0fb21eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.Core/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal static class Constants
1111
public const ConsoleColor DefaultConsoleColor = (ConsoleColor)(-1);
1212

1313
public static readonly Version LatestBreakingChange = new Version(0, 26, 0);
14-
public static readonly Version LatestPotentialBreakingChange = new Version(5, 0, 0);
14+
public static readonly Version LatestPotentialBreakingChange = new Version(6, 0, 0);
1515

1616
public static class Settings
1717
{

0 commit comments

Comments
 (0)