Skip to content

Commit

Permalink
Add Swift 5.6 and 5.7 to known versions
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored and nicklockwood committed Jun 22, 2022
1 parent 32899fa commit b86a0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftFormat.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public let swiftVersionFile = ".swift-version"
/// Supported Swift versions
public let swiftVersions = [
"3.x", "4.0", "4.1", "4.2",
"5.0", "5.1", "5.2", "5.3", "5.4", "5.5",
"5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7",
]

/// An enumeration of the types of error that may be thrown by SwiftFormat
Expand Down

0 comments on commit b86a0fb

Please sign in to comment.