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 92d6905 + 9753686 commit 0b8cdd6Copy full SHA for 0b8cdd6
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, 2, 0),
78
- isDevelopment: false,
+ isDevelopment: true,
79
buildIdentifier: getBuildIdentifier())
80
81
/// The list of version specific "keys" to search when attempting to load
0 commit comments