Skip to content

Commit 42b4a89

Browse files
committed
Mark the 'release/5.4' branch as not being a development build (i.e. as being a release build).
This makes the `--version` output not add a `-dev` suffix, and also makes the tools version no longer accept `999.0` (`.vNext`) as a valid version. This is the placeholder used during development until a version number is known. <rdar://73433200>
1 parent bc79617 commit 42b4a89

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)