Skip to content

Commit 1839d1a

Browse files
authored
Merge pull request #4267 from devlead/feature/gh-4266
GH4266: Update LatestPotentialBreakingChange to 4.0.0
2 parents e4312fc + 69ba60c commit 1839d1a

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(3, 0, 0);
14+
public static readonly Version LatestPotentialBreakingChange = new Version(4, 0, 0);
1515

1616
public static class Settings
1717
{

0 commit comments

Comments
 (0)