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.
2 parents e4312fc + 69ba60c commit 1839d1aCopy full SHA for 1839d1a
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