Skip to content

Commit

Permalink
Merge pull request #4267 from devlead/feature/gh-4266
Browse files Browse the repository at this point in the history
GH4266: Update LatestPotentialBreakingChange to 4.0.0
  • Loading branch information
gep13 committed Nov 18, 2023
2 parents e4312fc + 69ba60c commit 1839d1a
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 1839d1a

Please sign in to comment.