Skip to content

Commit c166e41

Browse files
authored
Merge pull request #6896 from zisko/swift-3.1-branch
Make build script swift version default to 3.1
2 parents 43e7043 + a82cf08 commit c166e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ iterations with -O",
19671967
"--swift-user-visible-version",
19681968
help="User-visible version of the embedded Swift compiler",
19691969
type=arguments.type.swift_compiler_version,
1970-
default="3.0",
1970+
default="3.1",
19711971
metavar="MAJOR.MINOR")
19721972

19731973
parser.add_argument(

0 commit comments

Comments
 (0)