Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/swift/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "swift",
"version": "2.6.0",
"version": "2.7.0",
"name": "Swift",
"description": "Develop Swift based applications. Includes everything you need to get up and running.",
"documentationURL": "https://github.com/swift-server/swift-devcontainer-template/tree/main/README.md",
Expand All @@ -11,6 +11,7 @@
"type": "string",
"description": "Swift version:",
"proposals": [
"6.2",
"6.1",
"6.0",
"5.10",
Expand All @@ -24,7 +25,7 @@
"5.2",
"5.1"
],
"default": "6.1"
"default": "6.2"
}
},
"platforms": [
Expand Down