We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b585cee commit 6181609Copy full SHA for 6181609
stdlib/public/core/Availability.swift
@@ -96,9 +96,11 @@ extension _SwiftStdlibVersion {
96
public static var v5_8_0: Self { Self(_value: 0x050800) }
97
@_alwaysEmitIntoClient
98
public static var v5_9_0: Self { Self(_value: 0x050900) }
99
+ @_alwaysEmitIntoClient
100
+ public static var v5_10_0: Self { Self(_value: 0x050A00) }
101
102
@available(SwiftStdlib 5.7, *)
- public static var current: Self { .v5_9_0 }
103
+ public static var current: Self { .v5_10_0 }
104
}
105
106
0 commit comments