Skip to content

Commit 872bc6e

Browse files
committed
[stdlib] Define _StdlibVersion.v6_2_0 and set it as the current version
1 parent cf4d825 commit 872bc6e

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
@@ -230,9 +230,11 @@ extension _SwiftStdlibVersion {
230230
public static var v6_0_0: Self { Self(_value: 0x060000) }
231231
@_alwaysEmitIntoClient
232232
public static var v6_1_0: Self { Self(_value: 0x060100) }
233+
@_alwaysEmitIntoClient
234+
public static var v6_2_0: Self { Self(_value: 0x060200) }
233235

234236
@available(SwiftStdlib 5.7, *)
235-
public static var current: Self { .v6_1_0 }
237+
public static var current: Self { .v6_2_0 }
236238
}
237239

238240
@available(SwiftStdlib 5.7, *)

0 commit comments

Comments
 (0)