Skip to content

Commit

Permalink
Remove beta designation from Swift 6 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Sep 18, 2024
1 parent 8e54b4a commit 5161910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension SwiftVersion: BuildResultPresentable {
var longDisplayName: String { "Swift \(displayName)" }
var note: String? {
switch self {
case .v6_0: return "beta"
// case .v6_0: return "beta"
default: return nil
}
}
Expand Down

0 comments on commit 5161910

Please sign in to comment.