Skip to content

Commit

Permalink
version: set the version back to 6.1.0
Browse files Browse the repository at this point in the history
Update the branch to accurately reflect the version.
  • Loading branch information
bkhouri committed Dec 13, 2024
1 parent cade736 commit 8313136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Basics/SwiftVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public struct SwiftVersion: Sendable {
extension SwiftVersion {
/// The current version of the package manager.
public static let current = SwiftVersion(
version: (6, 2, 0),
version: (6, 1, 0),
isDevelopment: true,
buildIdentifier: getBuildIdentifier()
)
Expand Down

0 comments on commit 8313136

Please sign in to comment.