Skip to content

Commit

Permalink
version: set the version back to 6.1.0 (#8173)
Browse files Browse the repository at this point in the history
Update the branch to accurately reflect the version.

### Motivation:

Need to accurately display the version

### Modifications:

Reverted #8135 

### Result:

N/A
  • Loading branch information
bkhouri authored Jan 8, 2025
1 parent c212d97 commit e1f9986
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 e1f9986

Please sign in to comment.