Skip to content

Commit 6517aa2

Browse files
authored
generator: Use Swift 6.0.2 by default (#163)
Testing: * EndToEndTests continue to pass locally, but cannot run in CI * All other tests pass locally and in CI
1 parent fb0c669 commit 6517aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GeneratorCLI/GeneratorCLI.swift

Lines changed: 1 addition & 1 deletion
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.10.1-RELEASE"
101+
var swiftVersion = "6.0.2-RELEASE"
102102

103103
@Option(
104104
help: """

0 commit comments

Comments
 (0)