We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4312fc commit 69ba60cCopy full SHA for 69ba60c
src/Cake.Core/Constants.cs
@@ -11,7 +11,7 @@ internal static class Constants
11
public const ConsoleColor DefaultConsoleColor = (ConsoleColor)(-1);
12
13
public static readonly Version LatestBreakingChange = new Version(0, 26, 0);
14
- public static readonly Version LatestPotentialBreakingChange = new Version(3, 0, 0);
+ public static readonly Version LatestPotentialBreakingChange = new Version(4, 0, 0);
15
16
public static class Settings
17
{
0 commit comments