Skip to content

Commit 5e95c6e

Browse files
committed
[stdlib] Define _StdlibVersion.v6_1_0 and set it as the current version
1 parent 2840441 commit 5e95c6e

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
@@ -103,9 +103,11 @@ extension _SwiftStdlibVersion {
103103
public static var v5_10_0: Self { Self(_value: 0x050A00) }
104104
@_alwaysEmitIntoClient
105105
public static var v6_0_0: Self { Self(_value: 0x060000) }
106+
@_alwaysEmitIntoClient
107+
public static var v6_1_0: Self { Self(_value: 0x060100) }
106108

107109
@available(SwiftStdlib 5.7, *)
108-
public static var current: Self { .v6_0_0 }
110+
public static var current: Self { .v6_1_0 }
109111
}
110112

111113
@available(SwiftStdlib 5.7, *)

0 commit comments

Comments
 (0)