add new beta build for windows

This commit is contained in:
13xforever 2022-07-06 02:25:06 +05:00
parent b9e9f496ab
commit 42a7f3ee23

View File

@ -805,6 +805,7 @@ internal static partial class LogParserResult
22000 => "11 21H2",
< 22621 => "11 22H2 Insider Build " + windowsVersion.Build,
22621 => "11 22H2",
22622 => "11 Beta Build " + windowsVersion.Build,
_ => "11 Dev Build " + windowsVersion.Build,
},
_ => null,