Skip to content

Commit

Permalink
Bump the Swift version to 6.0.1 (#7989)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal authored Sep 21, 2024
1 parent 46c1bd3 commit dd22b6e
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, 0, 0),
version: (6, 0, 1),
isDevelopment: true,
buildIdentifier: getBuildIdentifier()
)
Expand Down

0 comments on commit dd22b6e

Please sign in to comment.