Skip to content

Commit f2b8415

Browse files
committed
osversion.go: add build constant for Windows 11 24H2
Signed-off-by: Aaron Klotz <[email protected]>
1 parent fc12d7c commit f2b8415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osversion.go

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ const (
166166
Win11BuildRTM = Win11BuildConstant(22000)
167167
Win11Build22H2 = Win11BuildConstant(22621)
168168
Win11Build23H2 = Win11BuildConstant(22631)
169+
Win11Build24H2 = Win11BuildConstant(26100)
169170
)
170171

171172
// IsWin11OrGreater returns true when running on any release of Windows 11,

0 commit comments

Comments
 (0)