Set version to 0.43.0-rc.2

This commit is contained in:
JP Simard
2021-01-29 15:23:30 -05:00
parent bbf1ad4a18
commit b3b6515807
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## Master
## 0.43.0-rc.2: Clothes Line Interface
#### Breaking
@@ -4,5 +4,5 @@ public struct Version {
public let value: String
/// The current SwiftLint version.
public static let current = Version(value: "0.42.0")
public static let current = Version(value: "0.43.0-rc.2")
}