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.
1 parent 054d170 commit 89043e2Copy full SHA for 89043e2
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