Skip to content

Commit 38e3d65

Browse files
committed
Revert "Bump the Swift version to 6.2"
This reverts commit fe85016.
1 parent cade736 commit 38e3d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Basics/SwiftVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public struct SwiftVersion: Sendable {
5858
extension SwiftVersion {
5959
/// The current version of the package manager.
6060
public static let current = SwiftVersion(
61-
version: (6, 2, 0),
61+
version: (6, 1, 0),
6262
isDevelopment: true,
6363
buildIdentifier: getBuildIdentifier()
6464
)

0 commit comments

Comments
 (0)