Skip to content

Commit 458c4aa

Browse files
committed
Update swift-tools-version in newly created packages to 5.3. This only affects swift init.
The existing unit test `testInitManifest` checks that the manifest of the instantiated package has the updated version number. rdar://63365232
1 parent 07e42c3 commit 458c4aa

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)