Skip to content

Commit c240834

Browse files
authoredAug 28, 2024
Bump default version of Swift to 5.10.1 (#128)
Verified manually that `swift-sdk-generator` itself can be cross-compiled when using #127.
1 parent cf666c2 commit c240834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Sources/GeneratorCLI/GeneratorCLI.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ extension GeneratorCLI {
9898
var swiftBranch: String? = nil
9999

100100
@Option(help: "Version of Swift to supply in the bundle.")
101-
var swiftVersion = "5.9.2-RELEASE"
101+
var swiftVersion = "5.10.1-RELEASE"
102102

103103
@Option(
104104
help: """

0 commit comments

Comments
 (0)