Prepare 0.62.2 release

This commit is contained in:
Danny Mösch
2025-10-28 16:57:24 +00:00
parent 69ce1470d8
commit 069a7f9cb9
4 changed files with 4 additions and 4 deletions
@@ -9,7 +9,7 @@ public struct Version: VersionComparable, Sendable {
}
/// The current SwiftLint version.
public static let current = Self(value: "0.62.1")
public static let current = Self(value: "0.62.2")
/// Public initializer.
///