public struct Version { public let value: String public static let current = Version(value: "0.26.0") }