Skip to content

Commit 2f16773

Browse files
authored
Merge pull request #183 from apple/5.4-set-version-to-5.4
[5.4] Change the current SwiftPM version from 5.3.0 to 5.4.0
2 parents 35f9f3a + e63e535 commit 2f16773

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)