Skip to content

Commit abe2836

Browse files
MaxDesiatovbnbarham
authored andcommitted
Change version to 5.11 in SwiftTargetBuildDescription.swift
1 parent 0a73040 commit abe2836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ public final class SwiftTargetBuildDescription {
609609
let version = package.manifest.version,
610610
version.prereleaseIdentifiers.isEmpty &&
611611
version.buildMetadataIdentifiers.isEmpty &&
612-
toolsVersion >= .v5_10
612+
toolsVersion >= .v5_11
613613
{
614614
args += ["-user-module-version", version.description]
615615
}

0 commit comments

Comments
 (0)