Skip to content

Commit d4d56d8

Browse files
authored
Merge pull request #2762 from abertelrud/eng/63365232-update-swift-tools-version-for-new-packages
Update `swift-tools-version` in newly created packages to 5.3.
2 parents f19437b + 458c4aa commit d4d56d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Workspace/InitPackage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import PackageModel
1414
/// Create an initial template package.
1515
public final class InitPackage {
1616
/// The tool version to be used for new packages.
17-
public static let newPackageToolsVersion = ToolsVersion(version: "5.2.0")
17+
public static let newPackageToolsVersion = ToolsVersion(version: "5.3.0")
1818

1919
/// Options for the template package.
2020
public struct InitPackageOptions {

0 commit comments

Comments
 (0)