mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
6 lines
113 B
Swift
6 lines
113 B
Swift
public struct Version {
|
|
public let value: String
|
|
|
|
public static let current = Version(value: "0.26.0")
|
|
}
|