Skip to content

Commit 7e471d6

Browse files
committed
Increment the current version from 5.3 to 5.4. ToolsSupportCore used to be part of SwiftPM, and for historical reasons the SwiftPM version is still provided by ToolsSupportCore (this should also be fixed, separately).
1 parent 1dd5ac4 commit 7e471d6

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)