Skip to content

Commit

Permalink
Add wave 17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rainersigwald committed Mar 25, 2022
1 parent f19aa4f commit dbc4839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Framework/ChangeWaves.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ internal class ChangeWaves
{
internal static readonly Version Wave16_10 = new Version(16, 10);
internal static readonly Version Wave17_0 = new Version(17, 0);
internal static readonly Version[] AllWaves = { Wave16_10, Wave17_0 };
internal static readonly Version Wave17_2 = new Version(17, 2);
internal static readonly Version[] AllWaves = { Wave16_10, Wave17_0, Wave17_2 };

/// <summary>
/// Special value indicating that all features behind all Change Waves should be enabled.
Expand Down

0 comments on commit dbc4839

Please sign in to comment.