Skip to content

Commit e95add8

Browse files
authored
Merge pull request #185 from apple/mark-5.4-as-release-build
Mark 'release/5.4' as being a release build
2 parents bc79617 + 42b4a89 commit e95add8

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
@@ -75,7 +75,7 @@ public struct Versioning {
7575
/// The current version of the package manager.
7676
public static let currentVersion = SwiftVersion(
7777
version: (5, 4, 0),
78-
isDevelopment: true,
78+
isDevelopment: false,
7979
buildIdentifier: getBuildIdentifier())
8080

8181
/// The list of version specific "keys" to search when attempting to load

0 commit comments

Comments
 (0)