release 0.50.3

This commit is contained in:
JP Simard 2022-12-09 14:12:02 -05:00
parent 4c406459bd
commit a876e860ee
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## Main
## 0.50.3: Bundle of Towels
#### Breaking

View File

@ -103,8 +103,8 @@ let package = Package(
),
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.50.2/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "c5cd5f8ba4cc23615d7f88d90ced68758752aa6f735ff709aee79d9fe62b4430"
url: "https://github.com/realm/SwiftLint/releases/download/0.50.3/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "abe7c0bb505d26c232b565c3b1b4a01a8d1a38d86846e788c4d02f0b1042a904"
)
]
)

View File

@ -4,5 +4,5 @@ public struct Version {
public let value: String
/// The current SwiftLint version.
public static let current = Version(value: "0.50.2")
public static let current = Version(value: "0.50.3")
}