Skip to content

Commit a82cf08

Browse files
author
Jacob Mizraji
committed
Make build script swift version default to 3.1
1 parent 43e7043 commit a82cf08

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)