We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc79617 + 42b4a89 commit e95add8Copy full SHA for e95add8
Sources/TSCUtility/Versioning.swift
@@ -75,7 +75,7 @@ public struct Versioning {
75
/// The current version of the package manager.
76
public static let currentVersion = SwiftVersion(
77
version: (5, 4, 0),
78
- isDevelopment: true,
+ isDevelopment: false,
79
buildIdentifier: getBuildIdentifier())
80
81
/// The list of version specific "keys" to search when attempting to load
0 commit comments