release 0.50.0-rc.3
This commit is contained in:
parent
1b59a3f168
commit
c0b320634b
|
@ -1,4 +1,4 @@
|
||||||
## Main
|
## 0.50.0-rc.3: Artisanal Clothes Pegs
|
||||||
|
|
||||||
#### Breaking
|
#### Breaking
|
||||||
|
|
||||||
|
|
|
@ -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.49.1")
|
public static let current = Version(value: "0.50.0-rc.3")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue