Skip to content

Commit 5983fc4

Browse files
authored
Add Swift 6 (#25)
* Add Swift 6 * Set the default to 6.0 * Up template version number
1 parent 87e4cf3 commit 5983fc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: src/swift/devcontainer-template.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "swift",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"name": "Swift",
55
"description": "Develop Swift based applications. Includes everything you need to get up and running.",
66
"documentationURL": "https://github.com/swift-server/swift-devcontainer-template/tree/main/README.md",
@@ -11,6 +11,7 @@
1111
"type": "string",
1212
"description": "Swift version:",
1313
"proposals": [
14+
"6.0",
1415
"5.10",
1516
"5.9",
1617
"5.8",
@@ -22,7 +23,7 @@
2223
"5.2",
2324
"5.1"
2425
],
25-
"default": "5.10"
26+
"default": "6.0"
2627
}
2728
},
2829
"platforms": [

0 commit comments

Comments
 (0)