Skip to content

Commit 02531db

Browse files
committed
[5.10][stdlib] Bump runtime version indicator to 5.10
(cherry picked from commit 6181609)
1 parent 85b5267 commit 02531db

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
@@ -99,9 +99,11 @@ extension _SwiftStdlibVersion {
9999
public static var v5_8_0: Self { Self(_value: 0x050800) }
100100
@_alwaysEmitIntoClient
101101
public static var v5_9_0: Self { Self(_value: 0x050900) }
102+
@_alwaysEmitIntoClient
103+
public static var v5_10_0: Self { Self(_value: 0x050A00) }
102104

103105
@available(SwiftStdlib 5.7, *)
104-
public static var current: Self { .v5_9_0 }
106+
public static var current: Self { .v5_10_0 }
105107
}
106108

107109
@available(SwiftStdlib 5.7, *)

0 commit comments

Comments
 (0)