Skip to content

Commit 32a081a

Browse files
authored
Merge pull request #182 from apple/set-version-to-5.4
Change the current SwiftPM version from 5.3.0 to 5.4.0 (leaving the dev flag set to true)
2 parents 1dd5ac4 + 7e471d6 commit 32a081a

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)