Skip to content

Commit

Permalink
(cake-buildGH-4266) Update LatestPotentialBreakingChange to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 17, 2023
1 parent dc378ed commit f75f31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f75f31e

Please sign in to comment.