Skip to content

Commit 7176bd3

Browse files
committed
[5.11][stdlib] Bump runtime version indicator to 5.11
1 parent 02531db commit 7176bd3

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
@@ -101,9 +101,11 @@ extension _SwiftStdlibVersion {
101101
public static var v5_9_0: Self { Self(_value: 0x050900) }
102102
@_alwaysEmitIntoClient
103103
public static var v5_10_0: Self { Self(_value: 0x050A00) }
104+
@_alwaysEmitIntoClient
105+
public static var v5_11_0: Self { Self(_value: 0x050B00) }
104106

105107
@available(SwiftStdlib 5.7, *)
106-
public static var current: Self { .v5_10_0 }
108+
public static var current: Self { .v5_11_0 }
107109
}
108110

109111
@available(SwiftStdlib 5.7, *)

0 commit comments

Comments
 (0)