diff --git a/itchef/cookbooks/cpe_windows_update_for_business/libraries/helpers.rb b/itchef/cookbooks/cpe_windows_update_for_business/libraries/helpers.rb index 238e2df7..9f7b9989 100644 --- a/itchef/cookbooks/cpe_windows_update_for_business/libraries/helpers.rb +++ b/itchef/cookbooks/cpe_windows_update_for_business/libraries/helpers.rb @@ -63,6 +63,7 @@ def levels # Releases prior to 1803 do not recognize these registry settings and are # thus omitted. module ReleaseInformation + VERSION_23H2 = '23H2'.freeze VERSION_22H2 = '22H2'.freeze VERSION_21H2 = '21H2'.freeze VERSION_21H1 = '21H1'.freeze @@ -74,6 +75,7 @@ module ReleaseInformation def releases [ + VERSION_23H2, VERSION_22H2, VERSION_21H2, VERSION_21H1,