diff --git a/src/Cake.Core/Constants.cs b/src/Cake.Core/Constants.cs index e00914192d..76adf9bf79 100644 --- a/src/Cake.Core/Constants.cs +++ b/src/Cake.Core/Constants.cs @@ -11,7 +11,7 @@ internal static class Constants public const ConsoleColor DefaultConsoleColor = (ConsoleColor)(-1); public static readonly Version LatestBreakingChange = new Version(0, 26, 0); - public static readonly Version LatestPotentialBreakingChange = new Version(3, 0, 0); + public static readonly Version LatestPotentialBreakingChange = new Version(4, 0, 0); public static class Settings {