Skip to content

Commit 6b63954

Browse files
authored
generator: Use Swift 6.1.2 by default (#220)
1 parent 6fd0ada commit 6b63954

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
@@ -114,7 +114,7 @@ extension GeneratorCLI {
114114
var swiftBranch: String? = nil
115115

116116
@Option(help: "Version of Swift to supply in the bundle.")
117-
var swiftVersion = "6.1-RELEASE"
117+
var swiftVersion = "6.1.2-RELEASE"
118118

119119
@Option(
120120
help: """

0 commit comments

Comments
 (0)