Skip to content

Commit e71c3d7

Browse files
committed
Update SwiftVersion.note
1 parent e153a11 commit e71c3d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ extension SwiftVersion: BuildResultPresentable {
1717
var longDisplayName: String { "Swift \(displayName)" }
1818
var note: String? {
1919
switch self {
20-
case .v6_2: return nil
20+
// Use this to add a "beta" note to a Swift version
21+
// case .v6_3: return "beta"
2122
default: return nil
2223
}
2324
}

0 commit comments

Comments
 (0)