release 0.50.3
This commit is contained in:
parent
4c406459bd
commit
a876e860ee
|
@ -1,4 +1,4 @@
|
|||
## Main
|
||||
## 0.50.3: Bundle of Towels
|
||||
|
||||
#### Breaking
|
||||
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue