Skip to content

Commit

Permalink
Revert "Bump the Swift version to 6.2"
Browse files Browse the repository at this point in the history
This reverts commit fe85016.
  • Loading branch information
bkhouri committed Dec 13, 2024
1 parent cade736 commit 38e3d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Basics/SwiftVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public struct SwiftVersion: Sendable {
extension SwiftVersion {
/// The current version of the package manager.
public static let current = SwiftVersion(
version: (6, 2, 0),
version: (6, 1, 0),
isDevelopment: true,
buildIdentifier: getBuildIdentifier()
)
Expand Down

0 comments on commit 38e3d65

Please sign in to comment.