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 ba430f9 commit 1aacf6dCopy full SHA for 1aacf6d
src/swift-versions.ts
@@ -8,7 +8,7 @@ const VERSIONS_LIST: [string, OS[]][] = [
8
["6.1.3", [OS.MacOS, OS.Ubuntu]],
9
["6.1.2", [OS.MacOS, OS.Ubuntu]],
10
["6.1.1", [OS.MacOS, OS.Ubuntu]],
11
- ["6.1.0", [OS.MacOS, OS.Ubuntu]],
+ ["6.1", [OS.MacOS, OS.Ubuntu]],
12
["6.0.3", [OS.MacOS, OS.Ubuntu]],
13
["6.0.2", [OS.MacOS, OS.Ubuntu]],
14
["6.0.1", [OS.MacOS, OS.Ubuntu]],
0 commit comments