Skip to content

Commit 8330a77

Browse files
authored
Merge pull request #33 from t089/patch-2
Add 6.2 and use as default
2 parents 7c2df4c + a09af57 commit 8330a77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/swift/devcontainer-template.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "swift",
3-
"version": "2.6.0",
3+
"version": "2.7.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.2",
1415
"6.1",
1516
"6.0",
1617
"5.10",
@@ -24,7 +25,7 @@
2425
"5.2",
2526
"5.1"
2627
],
27-
"default": "6.1"
28+
"default": "6.2"
2829
}
2930
},
3031
"platforms": [

0 commit comments

Comments
 (0)