Skip to content

Commit bec2c65

Browse files
committed
update windows 11 25h2 preview branches
1 parent 3f7a8ec commit bec2c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ select m
10361036
< 26120 => "11 Dev/Canary Build " + windowsVersion.Build, // dev/canary merge branch before 24H2
10371037
26120 => "11 24H2 Beta Build " + windowsVersion.Build,
10381038
26200 => "11 25H2",
1039-
26220 => "11 24H2 Dev Build " + windowsVersion.Build,
1039+
26220 => "11 25H2 Dev/Beta Build " + windowsVersion.Build,
10401040
<29000 => "11 Canary Build " + windowsVersion.Build,
10411041
_ => "11 ??? Build " + windowsVersion.Build,
10421042
},

0 commit comments

Comments
 (0)