diff --git a/Sources/App/Views/PackageController/SwiftVersion+BuildResultPresentable.swift b/Sources/App/Views/PackageController/SwiftVersion+BuildResultPresentable.swift index 2ca911134..3cdeb4ac8 100644 --- a/Sources/App/Views/PackageController/SwiftVersion+BuildResultPresentable.swift +++ b/Sources/App/Views/PackageController/SwiftVersion+BuildResultPresentable.swift @@ -17,7 +17,7 @@ extension SwiftVersion: BuildResultPresentable { var longDisplayName: String { "Swift \(displayName)" } var note: String? { switch self { - case .v6_2: return "beta" + case .v6_2: return nil default: return nil } } diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/BuildIndex_document.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/BuildIndex_document.1.html index f8e80d1ca..75086b64d 100644 --- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/BuildIndex_document.1.html +++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/BuildIndex_document.1.html @@ -104,7 +104,7 @@

Build Results

raise an issue.


-

Swift 6.2 (beta)

+

Swift 6.2