Skip to content

Commit 5f6969f

Browse files
authored
Update the Swift version to 6.3.3 (#10069)
Update the Swift version to 6.3.3
1 parent a4c6810 commit 5f6969f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, 3, 2),
61+
version: (6, 3, 3),
6262
isDevelopment: false,
6363
buildIdentifier: getBuildIdentifier()
6464
)

0 commit comments

Comments
 (0)