Skip to content

Commit 6181609

Browse files
committed
[5.10][stdlib] Bump runtime version indicator to 5.10
1 parent b585cee commit 6181609

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdlib/public/core/Availability.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ extension _SwiftStdlibVersion {
9696
public static var v5_8_0: Self { Self(_value: 0x050800) }
9797
@_alwaysEmitIntoClient
9898
public static var v5_9_0: Self { Self(_value: 0x050900) }
99+
@_alwaysEmitIntoClient
100+
public static var v5_10_0: Self { Self(_value: 0x050A00) }
99101

100102
@available(SwiftStdlib 5.7, *)
101-
public static var current: Self { .v5_9_0 }
103+
public static var current: Self { .v5_10_0 }
102104
}
103105

104106
@available(SwiftStdlib 5.7, *)

0 commit comments

Comments
 (0)