Skip to content

Commit 168c239

Browse files
neonichuMaxDesiatov
authored andcommitted
Bump version to 5.10 (#6916)
1 parent 664826f commit 168c239

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/Basics/SwiftVersion.swift

+1-1
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, 9, 0),
57+
version: (5, 10, 0),
5858
isDevelopment: true,
5959
buildIdentifier: getBuildIdentifier()
6060
)

Sources/PackageModel/ToolsVersion.swift

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public struct ToolsVersion: Equatable, Hashable, Codable, Sendable {
3030
public static let v5_7 = ToolsVersion(version: "5.7.0")
3131
public static let v5_8 = ToolsVersion(version: "5.8.0")
3232
public static let v5_9 = ToolsVersion(version: "5.9.0")
33+
public static let v5_10 = ToolsVersion(version: "5.10.0")
3334
public static let vNext = ToolsVersion(version: "999.0.0")
3435

3536
/// The current tools version in use.

0 commit comments

Comments
 (0)