We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de51d63 commit f887652Copy full SHA for f887652
1 file changed
Source/SwiftLintFramework/Models/Version.swift
@@ -9,7 +9,7 @@ public struct Version: VersionComparable, Sendable {
9
}
10
11
/// The current SwiftLint version.
12
- public static let current = Self(value: "0.63.3")
+ public static let current = Self(value: "0.63.3_subito")
13
14
/// Public initializer.
15
///
0 commit comments