Compare commits
1 Commits
main
...
release-0.
Author | SHA1 | Date |
---|---|---|
![]() |
527e2c4f16 |
|
@ -1,4 +1,4 @@
|
||||||
## Main
|
## 0.51.0-rc.2: bzllint
|
||||||
|
|
||||||
#### Breaking
|
#### Breaking
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
module(
|
module(
|
||||||
name = "swiftlint",
|
name = "swiftlint",
|
||||||
version = "0.50.3",
|
version = "0.51.0-rc.2",
|
||||||
compatibility_level = 1,
|
compatibility_level = 1,
|
||||||
repo_name = "SwiftLint",
|
repo_name = "SwiftLint",
|
||||||
)
|
)
|
||||||
|
|
|
@ -103,8 +103,8 @@ let package = Package(
|
||||||
),
|
),
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "SwiftLintBinary",
|
name: "SwiftLintBinary",
|
||||||
url: "https://github.com/realm/SwiftLint/releases/download/0.50.3/SwiftLintBinary-macos.artifactbundle.zip",
|
url: "https://github.com/realm/SwiftLint/releases/download/0.51.0-rc.2/SwiftLintBinary-macos.artifactbundle.zip",
|
||||||
checksum: "abe7c0bb505d26c232b565c3b1b4a01a8d1a38d86846e788c4d02f0b1042a904"
|
checksum: "1baf4850298292c0232cc0f6ca192ab2778b1bf26ee50a1f324857b6f6eeed58"
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,5 +4,5 @@ public struct Version {
|
||||||
public let value: String
|
public let value: String
|
||||||
|
|
||||||
/// The current SwiftLint version.
|
/// The current SwiftLint version.
|
||||||
public static let current = Version(value: "0.50.3")
|
public static let current = Version(value: "0.51.0-rc.2")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue