Skip to content

Commit

Permalink
(GH-4266) Update LatestPotentialBreakingChange to 4.0.0
Browse files Browse the repository at this point in the history
* fixes #4266
  • Loading branch information
devlead authored and gep13 committed Nov 18, 2023
1 parent e4312fc commit 69ba60c
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 69ba60c

Please sign in to comment.