Skip to content

Commit 3649109

Browse files
authored
Update the version to 5.9 (#6044)
1 parent f063545 commit 3649109

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/Basics/SwiftVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public struct SwiftVersion {
5454
extension SwiftVersion {
5555
/// The current version of the package manager.
5656
public static let current = SwiftVersion(
57-
version: (5, 8, 0),
57+
version: (5, 9, 0),
5858
isDevelopment: true,
5959
buildIdentifier: getBuildIdentifier()
6060
)

Sources/PackageModel/ToolsVersion.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public struct ToolsVersion: Equatable, Hashable, Codable {
2828
public static let v5_6 = ToolsVersion(version: "5.6.0")
2929
public static let v5_7 = ToolsVersion(version: "5.7.0")
3030
public static let v5_8 = ToolsVersion(version: "5.8.0")
31+
public static let v5_9 = ToolsVersion(version: "5.9.0")
3132
public static let vNext = ToolsVersion(version: "999.0.0")
3233

3334
/// The current tools version in use.

0 commit comments

Comments
 (0)