Skip to content

Commit e63e535

Browse files
committed
[5.4] Set current SwiftPM version to 5.4.0
rdar://73206582
1 parent 35f9f3a commit e63e535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCUtility/Versioning.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public struct Versioning {
7474

7575
/// The current version of the package manager.
7676
public static let currentVersion = SwiftVersion(
77-
version: (5, 3, 0),
77+
version: (5, 4, 0),
7878
isDevelopment: true,
7979
buildIdentifier: getBuildIdentifier())
8080

0 commit comments

Comments
 (0)