Compare commits

...

1 Commits

Author SHA1 Message Date
JP Simard 0e6d19b4c1
release 0.50.0-rc.4 2022-11-04 09:23:30 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Main ## 0.50.0-rc.4: Artisanal Clothes Pegs
#### Breaking #### Breaking

View File

@ -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 = Self(value: "0.49.1") public static let current = Version(value: "0.50.0-rc.4")
} }