We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0baf56b commit ae1af08Copy full SHA for ae1af08
src/swift-versions.ts
@@ -6,6 +6,7 @@ const VERSIONS_LIST: [string, OS[]][] = [
6
["6.2", [OS.MacOS, OS.Ubuntu]],
7
["6.1.3", [OS.MacOS, OS.Ubuntu]],
8
["6.1.2", [OS.MacOS, OS.Ubuntu]],
9
+ ["6.1.1", [OS.MacOS, OS.Ubuntu]],
10
["6.1.0", [OS.MacOS, OS.Ubuntu]],
11
["6.0.3", [OS.MacOS, OS.Ubuntu]],
12
["6.0.2", [OS.MacOS, OS.Ubuntu]],
0 commit comments