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 054d170 + 89043e2 commit 296b9d5Copy full SHA for 296b9d5
Sources/Utility/Versioning.swift
@@ -81,7 +81,7 @@ public struct Versioning {
81
/// The current version of the package manager.
82
public static let currentVersion = SwiftVersion(
83
version: (3, 0, 0),
84
- isDevelopment: true,
+ isDevelopment: false,
85
buildIdentifier: getBuildIdentifier())
86
87
/// The list of version specific "keys" to search when attempting to load
0 commit comments