Skip to content

Commit 0b8cdd6

Browse files
authored
Merge pull request #36 from hartbit/sync
Activate development on current version
2 parents 92d6905 + 9753686 commit 0b8cdd6

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)