Skip to content

Commit 296b9d5

Browse files
authored
Merge pull request #594 from ddunbar/release-branch-version
[Utility] Mark release branch as a non-development version.
2 parents 054d170 + 89043e2 commit 296b9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Utility/Versioning.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public struct Versioning {
8181
/// The current version of the package manager.
8282
public static let currentVersion = SwiftVersion(
8383
version: (3, 0, 0),
84-
isDevelopment: true,
84+
isDevelopment: false,
8585
buildIdentifier: getBuildIdentifier())
8686

8787
/// The list of version specific "keys" to search when attempting to load

0 commit comments

Comments
 (0)