Prepare 0.63.0 release

This commit is contained in:
Danny Mösch
2026-01-03 12:23:31 +00:00
parent 16f958d78b
commit 8d3ed07cc5
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.63.0-rc.2")
public static let current = Self(value: "0.63.0")
/// Public initializer.
///