Skip to content

Commit 89043e2

Browse files
committed
[Utility] Mark release branch as a non-development version.
1 parent 054d170 commit 89043e2

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)