From d0e5251243de2ff7fddcbbbba8e0d9f6770993f0 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sat, 26 Oct 2024 23:58:20 +0200 Subject: [PATCH] (GH-4383) Update LatestPotentialBreakingChange to 5.0.0 * fixes #4383 --- src/Cake.Core/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Core/Constants.cs b/src/Cake.Core/Constants.cs index 76adf9bf79..1ead6c9071 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(4, 0, 0); + public static readonly Version LatestPotentialBreakingChange = new Version(5, 0, 0); public static class Settings {