Prepare 0.62.1 release

This commit is contained in:
Danny Mösch
2025-10-13 20:57:16 +00:00
parent 25ef2ea69b
commit 23d218c0a8
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.0")
public static let current = Self(value: "0.62.1")
/// Public initializer.
///