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 cf4d825 commit 872bc6eCopy full SHA for 872bc6e
stdlib/public/core/Availability.swift
@@ -230,9 +230,11 @@ extension _SwiftStdlibVersion {
230
public static var v6_0_0: Self { Self(_value: 0x060000) }
231
@_alwaysEmitIntoClient
232
public static var v6_1_0: Self { Self(_value: 0x060100) }
233
+ @_alwaysEmitIntoClient
234
+ public static var v6_2_0: Self { Self(_value: 0x060200) }
235
236
@available(SwiftStdlib 5.7, *)
- public static var current: Self { .v6_1_0 }
237
+ public static var current: Self { .v6_2_0 }
238
}
239
240
0 commit comments