Skip to content

Commit f811fe3

Browse files
committed
Drop beta annotation
1 parent 46895cd commit f811fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Views/PackageController/SwiftVersion+BuildResultPresentable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extension SwiftVersion: BuildResultPresentable {
1717
var longDisplayName: String { "Swift \(displayName)" }
1818
var note: String? {
1919
switch self {
20-
case .v6_2: return "beta"
20+
case .v6_2: return nil
2121
default: return nil
2222
}
2323
}

0 commit comments

Comments
 (0)