Skip to content

Commit

Permalink
Bump the Swift version to 5.9.2 (#7175)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal authored Dec 10, 2023
1 parent ef57d9f commit 2b7ebe6
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 @@ -54,7 +54,7 @@ public struct SwiftVersion {
extension SwiftVersion {
/// The current version of the package manager.
public static let current = SwiftVersion(
version: (5, 9, 0),
version: (5, 9, 2),
isDevelopment: false,
buildIdentifier: getBuildIdentifier()
)
Expand Down

0 comments on commit 2b7ebe6

Please sign in to comment.