Compare commits

...

1 Commits

Author SHA1 Message Date
JP Simard c0b320634b
release 0.50.0-rc.3 2022-10-27 09:45:27 -04:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,5 +4,5 @@ public struct Version {
public let value: String
/// The current SwiftLint version.
public static let current = Version(value: "0.49.1")
public static let current = Version(value: "0.50.0-rc.3")
}