We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e4cf3 commit 5983fc4Copy full SHA for 5983fc4
src/swift/devcontainer-template.json
@@ -1,6 +1,6 @@
1
{
2
"id": "swift",
3
- "version": "2.3.0",
+ "version": "2.4.0",
4
"name": "Swift",
5
"description": "Develop Swift based applications. Includes everything you need to get up and running.",
6
"documentationURL": "https://github.com/swift-server/swift-devcontainer-template/tree/main/README.md",
@@ -11,6 +11,7 @@
11
"type": "string",
12
"description": "Swift version:",
13
"proposals": [
14
+ "6.0",
15
"5.10",
16
"5.9",
17
"5.8",
@@ -22,7 +23,7 @@
22
23
"5.2",
24
"5.1"
25
],
- "default": "5.10"
26
+ "default": "6.0"
27
}
28
},
29
"platforms": [
0 commit comments