From 74a8dda882ffa09dc24a66989c6d4cd81b9bf7c2 Mon Sep 17 00:00:00 2001 From: JC Chuan <99233005+PoisonDarterz@users.noreply.github.com> Date: Sat, 1 Oct 2022 22:08:09 +0800 Subject: [PATCH] Add 22623 as 22H2 build --- NewModernWinver/ListsAndStuff.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NewModernWinver/ListsAndStuff.cs b/NewModernWinver/ListsAndStuff.cs index 693d536..ddc6667 100644 --- a/NewModernWinver/ListsAndStuff.cs +++ b/NewModernWinver/ListsAndStuff.cs @@ -26,7 +26,9 @@ class ListsAndStuff { 20348, "21H2" }, { 21996, "Stop using leaked builds" }, { 22000, "21H2" }, - { 22621, "22H2" } + { 22621, "22H2" }, + { 22622, "22H2" }, + { 22623, "22H2" } }; public static Dictionary EditionDict = new Dictionary