Skip to content

Commit 9753686

Browse files
committed
Activate development on current version
1 parent 92d6905 commit 9753686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCUtility/Versioning.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public struct Versioning {
7575
/// The current version of the package manager.
7676
public static let currentVersion = SwiftVersion(
7777
version: (5, 2, 0),
78-
isDevelopment: false,
78+
isDevelopment: true,
7979
buildIdentifier: getBuildIdentifier())
8080

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

0 commit comments

Comments
 (0)