From a09af57ba92e38e636df912e092aee8698203423 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 7 Nov 2025 14:31:37 +0100 Subject: [PATCH] Add 6.2 and use as default --- src/swift/devcontainer-template.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/swift/devcontainer-template.json b/src/swift/devcontainer-template.json index 858a35b..fd8f495 100644 --- a/src/swift/devcontainer-template.json +++ b/src/swift/devcontainer-template.json @@ -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", @@ -11,6 +11,7 @@ "type": "string", "description": "Swift version:", "proposals": [ + "6.2", "6.1", "6.0", "5.10", @@ -24,7 +25,7 @@ "5.2", "5.1" ], - "default": "6.1" + "default": "6.2" } }, "platforms": [