Skip to content

Commit

Permalink
Bump the Swift version to 5.10.1 (#7636)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal committed Jun 5, 2024
1 parent a0e7a8a commit 54d135f
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 {
extension SwiftVersion {
/// The current version of the package manager.
public static let current = SwiftVersion(
version: (5, 10, 0),
version: (5, 10, 1),
isDevelopment: true,
buildIdentifier: getBuildIdentifier()
)
Expand Down

0 comments on commit 54d135f

Please sign in to comment.