Skip to content

Commit

Permalink
Windows 11 Elective: Chef's WuFB Config
Browse files Browse the repository at this point in the history
Differential Revision: D57657372

fbshipit-source-id: 8847716116f18b484df7c98120e6eb0c9c9c6ec0
  • Loading branch information
Jacob Jedlicka authored and facebook-github-bot committed Jun 3, 2024
1 parent 48a5c78 commit 5485a7d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -74,6 +75,7 @@ module ReleaseInformation

def releases
[
VERSION_23H2,
VERSION_22H2,
VERSION_21H2,
VERSION_21H1,
Expand Down

0 comments on commit 5485a7d

Please sign in to comment.