Skip to content

Commit 2cf3a5e

Browse files
authored
Turn development mode back on (#6327)
It seems like we were a little too quick with this. We do want users to be able to try out macros with the 5.9 toolchain, but they are still a pre-release feature.
1 parent c46ecb7 commit 2cf3a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Basics/SwiftVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extension SwiftVersion {
5555
/// The current version of the package manager.
5656
public static let current = SwiftVersion(
5757
version: (5, 9, 0),
58-
isDevelopment: false,
58+
isDevelopment: true,
5959
buildIdentifier: getBuildIdentifier()
6060
)
6161
}

0 commit comments

Comments
 (0)